Html Css Color HEX #312376 Persian Indigo

📋 copy color: '#312376'

red 49 ◦ green 35 ◦ blue 118

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

Shades of Persian Indigo #312376

Tints of Persian Indigo #312376

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.33%

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

R = 24.26%
G = 17.33%
B = 58.42%

CMYK

 C value IS 0.58

 M value IS 0.70

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#312376 (or 0x312376) is known color: Persian Indigo. HEX triplet: 31, 23 and 76. RGB value is (49,35,118). Sum of RGB (Red+Green+Blue) = 49+35+118=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 118 (46.48% from 255 or 58.42% from 202); Max value from RGB is 118 - color contains mainly: blue. Hex color #312376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312376 is #CEDC89. Grayscale: #303030. Windows color (decimal): -13556874 or 7742257. OLE color: 7742257.

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

Color convert

RGB 49 35 118 -
CMYK 0.58 0.70 0 0.54
HSL 250.12º 0.54% 0.3% -
HSV(B) 250.12º 0.7% 0.46% -
XYZ 5.14 3.16 17.48 -
YUV 48.65 167.14 128.25 -
System Red Green Blue C M Y K H S L
Decimal 49 35 118 0.58 0.70 0 0.54 250.12 0.54 0.3
Hex 31 23 76 3A 46 0 36 FA 36 1E
Octal 61 43 166 72 106 0 66 372 66 36
Binary 110001 100011 1110110 111010 1000110 0 110110 11111010 110110 11110

Color Harmonies of #312376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312376

Black with #312376

Text Example


Text Example

White with #312376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312376; }

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

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

background-color css

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

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

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

border-color css

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

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

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