#321280

Color #321280 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #321280

Tints of Persian Indigo #321280

Color information

#321280 (or 0x321280) is unknown color: approx Persian Indigo. HEX triplet: 32, 12 and 80. RGB value is (50,18,128). Sum of RGB (Red+Green+Blue) = 50+18+128=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 128 (50.39% from 255 or 65.31% from 196); Max value from RGB is 128 - color contains mainly: blue. Hex color #321280 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321280 is #CDED7F. Grayscale: #272727. Windows color (decimal): -13495680 or 8393266. OLE color: 8393266.

HSL color Cylindrical-coordinate representation of color #321280: hue angle of 257.45º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #321280 is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5018128-
CMYK0.610.8600.50
HSL257.45º75.34%28.63%-
HSV(B)257.45º85.94%50.2%-
XYZ5.432.6720.65-
YUV40.11177.6135.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 50 (19.92% from 255) = 25.51%
GREEN value IS 18 (7.42% from 255) = 9.18%
BLUE value IS 128 (50.39% from 255) = 65.31%
R=25.51%
G=9.18%
B=65.31%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal50181280.610.8600.50257.4575.3428.63
Hex3212803D560321014b1d
Octal62222007512606240111335
Binary110010100101000000011110110101100110010100000001100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321280; }

 p { color: rgb(50,18,128); }

 H1.HeaderClassName
 {
   color: #321280;
 }
 .AnyTagClassName
 {
   color: #321280;
 }
</style>
background-color css

<style>
 a { background-color: #321280; }

 a { background-color: rgb(50,18,128); }

 div.DivClassName
 {
   background-color: #321280;
 }
 .BgClassName
 {
   background-color: #321280;
 }
</style>
border-color css

<style>
 span { border-color: #321280; }

 span { border-color: rgb(50,18,128); }

 td.TdClassName
 {
   border-color: #321280;
 }
 .TagClassName
 {
   border-color: #321280;
 }
</style>