#321196

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

Shades of Persian Indigo #321196

Tints of Persian Indigo #321196

Color information

#321196 (or 0x321196) is unknown color: approx Persian Indigo. HEX triplet: 32, 11 and 96. RGB value is (50,17,150). Sum of RGB (Red+Green+Blue) = 50+17+150=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 150 (58.98% from 255 or 69.12% from 217); Max value from RGB is 150 - color contains mainly: blue. Hex color #321196 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321196 is #CDEE69. Grayscale: #292929. Windows color (decimal): -13495914 or 9834802. OLE color: 9834802.

HSL color Cylindrical-coordinate representation of color #321196: hue angle of 254.89º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #321196 is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5017150-
CMYK0.670.8900.41
HSL254.89º79.64%32.75%-
HSV(B)254.89º88.67%58.82%-
XYZ7.023.2829.12-
YUV42.03188.93133.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.04%
GREEN value IS 17 (7.03% from 255) = 7.83%
BLUE value IS 150 (58.98% from 255) = 69.12%
R=23.04%
G=7.83%
B=69.12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal50171500.670.8900.41254.8979.6432.75
Hex3211964359029ff5021
Octal622122610313105137712041
Binary1100101000110010110100001110110010101001111111111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321196; }

 p { color: rgb(50,17,150); }

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

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

 a { background-color: rgb(50,17,150); }

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

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

 span { border-color: rgb(50,17,150); }

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