Html Css Color HEX #312176 Persian Indigo

📋 copy color: '#312176'

red 49 ◦ green 33 ◦ blue 118

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

Shades of Persian Indigo #312176

Tints of Persian Indigo #312176

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.5%

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

R = 24.5%
G = 16.5%
B = 59%

CMYK

 C value IS 0.58

 M value IS 0.72

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#312176 (or 0x312176) is known color: Persian Indigo. HEX triplet: 31, 21 and 76. RGB value is (49,33,118). Sum of RGB (Red+Green+Blue) = 49+33+118=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 118 (46.48% from 255 or 59% from 200); Max value from RGB is 118 - color contains mainly: blue. Hex color #312176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312176 is #CEDE89. Grayscale: #2F2F2F. Windows color (decimal): -13557386 or 7741745. OLE color: 7741745.

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

Color convert

RGB 49 33 118 -
CMYK 0.58 0.72 0 0.54
HSL 251.29º 0.56% 0.3% -
HSV(B) 251.29º 0.72% 0.46% -
XYZ 5.08 3.05 17.46 -
YUV 47.47 167.8 129.09 -
System Red Green Blue C M Y K H S L
Decimal 49 33 118 0.58 0.72 0 0.54 251.29 0.56 0.3
Hex 31 21 76 3A 48 0 36 FB 38 1E
Octal 61 41 166 72 110 0 66 373 70 36
Binary 110001 100001 1110110 111010 1001000 0 110110 11111011 111000 11110

Color Harmonies of #312176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312176

Black with #312176

Text Example


Text Example

White with #312176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312176; }

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

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

background-color css

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

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

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

border-color css

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

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

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