Html Css Color HEX #311576 Persian Indigo

📋 copy color: '#311576'

red 49 ◦ green 21 ◦ blue 118

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

Shades of Persian Indigo #311576

Tints of Persian Indigo #311576

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.17%

 BLUE value IS 118 (46.48% from 255) = 62.77%

R = 26.06%
G = 11.17%
B = 62.77%

CMYK

 C value IS 0.58

 M value IS 0.82

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#311576 (or 0x311576) is known color: Persian Indigo. HEX triplet: 31, 15 and 76. RGB value is (49,21,118). Sum of RGB (Red+Green+Blue) = 49+21+118=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 118 (46.48% from 255 or 62.77% from 188); Max value from RGB is 118 - color contains mainly: blue. Hex color #311576 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311576 is #CEEA89. Grayscale: #282828. Windows color (decimal): -13560458 or 7738673. OLE color: 7738673.

HSL color Cylindrical-coordinate representation of color #311576: hue angle of 257.32º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #311576 is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 21 118 -
CMYK 0.58 0.82 0 0.54
HSL 257.32º 0.7% 0.27% -
HSV(B) 257.32º 0.82% 0.46% -
XYZ 4.8 2.5 17.37 -
YUV 40.43 171.78 134.11 -
System Red Green Blue C M Y K H S L
Decimal 49 21 118 0.58 0.82 0 0.54 257.32 0.7 0.27
Hex 31 15 76 3A 52 0 36 101 46 1B
Octal 61 25 166 72 122 0 66 401 106 33
Binary 110001 10101 1110110 111010 1010010 0 110110 100000001 1000110 11011

Color Harmonies of #311576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311576

Black with #311576

Text Example


Text Example

White with #311576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311576; }

 p { color: rgb(49,21,118); }

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

background-color css

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

 a { background-color: rgb(49,21,118); }

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

border-color css

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

 span { border-color: rgb(49,21,118); }

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