Html Css Color HEX #311971 Persian Indigo

📋 copy color: '#311971'

red 49 ◦ green 25 ◦ blue 113

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

Shades of Persian Indigo #311971

Tints of Persian Indigo #311971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 60.43%

R = 26.2%
G = 13.37%
B = 60.43%

CMYK

 C value IS 0.57

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#311971 (or 0x311971) is known color: Persian Indigo. HEX triplet: 31, 19 and 71. RGB value is (49,25,113). Sum of RGB (Red+Green+Blue) = 49+25+113=187 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.20% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 113 (44.53% from 255 or 60.43% from 187); Max value from RGB is 113 - color contains mainly: blue. Hex color #311971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311971 is #CEE68E. Grayscale: #292929. Windows color (decimal): -13559439 or 7412017. OLE color: 7412017.

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

Color convert

RGB 49 25 113 -
CMYK 0.57 0.78 0 0.56
HSL 256.36º 0.64% 0.27% -
HSV(B) 256.36º 0.78% 0.44% -
XYZ 4.59 2.54 15.87 -
YUV 42.21 167.95 132.84 -
System Red Green Blue C M Y K H S L
Decimal 49 25 113 0.57 0.78 0 0.56 256.36 0.64 0.27
Hex 31 19 71 39 4E 0 38 100 40 1B
Octal 61 31 161 71 116 0 70 400 100 33
Binary 110001 11001 1110001 111001 1001110 0 111000 100000000 1000000 11011

Color Harmonies of #311971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311971

Black with #311971

Text Example


Text Example

White with #311971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311971; }

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

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

background-color css

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

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

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

border-color css

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

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

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