Html Css Color HEX #311972 Persian Indigo

📋 copy color: '#311972'

red 49 ◦ green 25 ◦ blue 114

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

Shades of Persian Indigo #311972

Tints of Persian Indigo #311972

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.3%

 BLUE value IS 114 (44.92% from 255) = 60.64%

R = 26.06%
G = 13.3%
B = 60.64%

CMYK

 C value IS 0.57

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#311972 (or 0x311972) is known color: Persian Indigo. HEX triplet: 31, 19 and 72. RGB value is (49,25,114). Sum of RGB (Red+Green+Blue) = 49+25+114=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 114 (44.92% from 255 or 60.64% from 188); Max value from RGB is 114 - color contains mainly: blue. Hex color #311972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311972 is #CEE68D. Grayscale: #292929. Windows color (decimal): -13559438 or 7477553. OLE color: 7477553.

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

Color convert

RGB 49 25 114 -
CMYK 0.57 0.78 0 0.55
HSL 256.18º 0.64% 0.27% -
HSV(B) 256.18º 0.78% 0.45% -
XYZ 4.65 2.56 16.17 -
YUV 42.32 168.45 132.76 -
System Red Green Blue C M Y K H S L
Decimal 49 25 114 0.57 0.78 0 0.55 256.18 0.64 0.27
Hex 31 19 72 39 4E 0 37 100 40 1B
Octal 61 31 162 71 116 0 67 400 100 33
Binary 110001 11001 1110010 111001 1001110 0 110111 100000000 1000000 11011

Color Harmonies of #311972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311972

Black with #311972

Text Example


Text Example

White with #311972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311972; }

 p { color: rgb(49,25,114); }

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

background-color css

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

 a { background-color: rgb(49,25,114); }

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

border-color css

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

 span { border-color: rgb(49,25,114); }

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