#31209A

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

Shades of Persian Indigo #31209A

Tints of Persian Indigo #31209A

Color information

#31209A (or 0x31209A) is unknown color: approx Persian Indigo. HEX triplet: 31, 20 and 9A. RGB value is (49,32,154). Sum of RGB (Red+Green+Blue) = 49+32+154=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 154 (60.55% from 255 or 65.53% from 235); Max value from RGB is 154 - color contains mainly: blue. Hex color #31209A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31209A is #CEDF65. Grayscale: #323232. Windows color (decimal): -13557606 or 10100785. OLE color: 10100785.

HSL color Cylindrical-coordinate representation of color #31209A: hue angle of 248.36º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31209A is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4932154-
CMYK0.680.7900.40
HSL248.36º65.59%36.47%-
HSV(B)248.36º79.22%60.39%-
XYZ7.624.0230.95-
YUV50.99186.13126.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.85%
GREEN value IS 32 (12.89% from 255) = 13.62%
BLUE value IS 154 (60.55% from 255) = 65.53%
R=20.85%
G=13.62%
B=65.53%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal49321540.680.7900.40248.3665.5936.47
Hex31209A444F028f84224
Octal614023210411705037010244
Binary11000110000010011010100010010011110101000111110001000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31209A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31209A; }

 p { color: rgb(49,32,154); }

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

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

 a { background-color: rgb(49,32,154); }

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

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

 span { border-color: rgb(49,32,154); }

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