Html Css Color HEX #312091 Persian Indigo

📋 copy color: '#312091'

red 49 ◦ green 32 ◦ blue 145

#312091
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #312091

Tints of Persian Indigo #312091

RGB

 RED value IS 49 (19.53% from 255) = 21.68%

 GREEN value IS 32 (12.89% from 255) = 14.16%

 BLUE value IS 145 (57.03% from 255) = 64.16%

R = 21.68%
G = 14.16%
B = 64.16%

CMYK

 C value IS 0.66

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#312091 (or 0x312091) is known color: Persian Indigo. HEX triplet: 31, 20 and 91. RGB value is (49,32,145). Sum of RGB (Red+Green+Blue) = 49+32+145=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 145 (57.03% from 255 or 64.16% from 226); Max value from RGB is 145 - color contains mainly: blue. Hex color #312091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312091 is #CEDF6E. Grayscale: #313131. Windows color (decimal): -13557615 or 9510961. OLE color: 9510961.

HSL color Cylindrical-coordinate representation of color #312091: hue angle of 249.03º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #312091 is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 32 145 -
CMYK 0.66 0.78 0 0.43
HSL 249.03º 0.64% 0.35% -
HSV(B) 249.03º 0.78% 0.57% -
XYZ 6.89 3.73 27.14 -
YUV 49.97 181.63 127.31 -
System Red Green Blue C M Y K H S L
Decimal 49 32 145 0.66 0.78 0 0.43 249.03 0.64 0.35
Hex 31 20 91 42 4E 0 2B F9 40 23
Octal 61 40 221 102 116 0 53 371 100 43
Binary 110001 100000 10010001 1000010 1001110 0 101011 11111001 1000000 100011

Color Harmonies of #312091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312091

Black with #312091

Text Example


Text Example

White with #312091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312091; }

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

 H1.HeaderClassName
 {
   color: #312091;
 }
 .AnyTagClassName
 {
   color: #312091;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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