#321187

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

Shades of Persian Indigo #321187

Tints of Persian Indigo #321187

Color information

#321187 (or 0x321187) is unknown color: approx Persian Indigo. HEX triplet: 32, 11 and 87. RGB value is (50,17,135). Sum of RGB (Red+Green+Blue) = 50+17+135=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 135 (53.12% from 255 or 66.83% from 202); Max value from RGB is 135 - color contains mainly: blue. Hex color #321187 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321187 is #CDEE78. Grayscale: #272727. Windows color (decimal): -13495929 or 8851762. OLE color: 8851762.

HSL color Cylindrical-coordinate representation of color #321187: hue angle of 256.78º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #321187 is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5017135-
CMYK0.630.8700.47
HSL256.78º77.63%29.8%-
HSV(B)256.78º87.41%52.94%-
XYZ5.892.8323.16-
YUV40.32181.43134.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.75%
GREEN value IS 17 (7.03% from 255) = 8.42%
BLUE value IS 135 (53.12% from 255) = 66.83%
R=24.75%
G=8.42%
B=66.83%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50171350.630.8700.47256.7877.6329.8
Hex3211873F5702F1014e1e
Octal62212077712705740111636
Binary110010100011000011111111110101110101111100000001100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321187; }

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

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

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

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

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

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

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

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