Html Css Color HEX #311172 Persian Indigo

📋 copy color: '#311172'

red 49 ◦ green 17 ◦ blue 114

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

Shades of Persian Indigo #311172

Tints of Persian Indigo #311172

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.44%

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

R = 27.22%
G = 9.44%
B = 63.33%

CMYK

 C value IS 0.57

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#311172 (or 0x311172) is known color: Persian Indigo. HEX triplet: 31, 11 and 72. RGB value is (49,17,114). Sum of RGB (Red+Green+Blue) = 49+17+114=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 114 (44.92% from 255 or 63.33% from 180); Max value from RGB is 114 - color contains mainly: blue. Hex color #311172 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311172 is #CEEE8D. Grayscale: #252525. Windows color (decimal): -13561486 or 7475505. OLE color: 7475505.

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

Color convert

RGB 49 17 114 -
CMYK 0.57 0.85 0 0.55
HSL 259.79º 0.74% 0.26% -
HSV(B) 259.79º 0.85% 0.45% -
XYZ 4.5 2.27 16.12 -
YUV 37.63 171.1 136.11 -
System Red Green Blue C M Y K H S L
Decimal 49 17 114 0.57 0.85 0 0.55 259.79 0.74 0.26
Hex 31 11 72 39 55 0 37 104 4A 1A
Octal 61 21 162 71 125 0 67 404 112 32
Binary 110001 10001 1110010 111001 1010101 0 110111 100000100 1001010 11010

Color Harmonies of #311172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311172

Black with #311172

Text Example


Text Example

White with #311172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311172; }

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

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

background-color css

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

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

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

border-color css

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

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

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