#321A87

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

Shades of Persian Indigo #321A87

Tints of Persian Indigo #321A87

Color information

#321A87 (or 0x321A87) is unknown color: approx Persian Indigo. HEX triplet: 32, 1A and 87. RGB value is (50,26,135). Sum of RGB (Red+Green+Blue) = 50+26+135=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 135 (53.12% from 255 or 63.98% from 211); Max value from RGB is 135 - color contains mainly: blue. Hex color #321A87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321A87 is #CDE578. Grayscale: #2D2D2D. Windows color (decimal): -13493625 or 8854066. OLE color: 8854066.

HSL color Cylindrical-coordinate representation of color #321A87: hue angle of 253.21º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #321A87 is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5026135-
CMYK0.630.8100.47
HSL253.21º67.7%31.57%-
HSV(B)253.21º80.74%52.94%-
XYZ6.063.1723.21-
YUV45.6178.45131.14-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.70%
GREEN value IS 26 (10.55% from 255) = 12.32%
BLUE value IS 135 (53.12% from 255) = 63.98%
R=23.70%
G=12.32%
B=63.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50261350.630.8100.47253.2167.731.57
Hex321A873F5102Ffd4420
Octal62322077712105737510440
Binary110010110101000011111111110100010101111111111011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321A87; }

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

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

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

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

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

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

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

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