Html Css Color HEX #312276 Persian Indigo

📋 copy color: '#312276'

red 49 ◦ green 34 ◦ blue 118

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

Shades of Persian Indigo #312276

Tints of Persian Indigo #312276

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.92%

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

R = 24.38%
G = 16.92%
B = 58.71%

CMYK

 C value IS 0.58

 M value IS 0.71

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#312276 (or 0x312276) is known color: Persian Indigo. HEX triplet: 31, 22 and 76. RGB value is (49,34,118). Sum of RGB (Red+Green+Blue) = 49+34+118=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 118 (46.48% from 255 or 58.71% from 201); Max value from RGB is 118 - color contains mainly: blue. Hex color #312276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312276 is #CEDD89. Grayscale: #2F2F2F. Windows color (decimal): -13557130 or 7742001. OLE color: 7742001.

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

Color convert

RGB 49 34 118 -
CMYK 0.58 0.71 0 0.54
HSL 250.71º 0.55% 0.3% -
HSV(B) 250.71º 0.71% 0.46% -
XYZ 5.11 3.11 17.47 -
YUV 48.06 167.47 128.67 -
System Red Green Blue C M Y K H S L
Decimal 49 34 118 0.58 0.71 0 0.54 250.71 0.55 0.3
Hex 31 22 76 3A 47 0 36 FB 37 1E
Octal 61 42 166 72 107 0 66 373 67 36
Binary 110001 100010 1110110 111010 1000111 0 110110 11111011 110111 11110

Color Harmonies of #312276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312276

Black with #312276

Text Example


Text Example

White with #312276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312276; }

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

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

background-color css

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

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

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

border-color css

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

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

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