Html Css Color HEX #312079 Persian Indigo

📋 copy color: '#312079'

red 49 ◦ green 32 ◦ blue 121

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

Shades of Persian Indigo #312079

Tints of Persian Indigo #312079

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.84%

 BLUE value IS 121 (47.66% from 255) = 59.9%

R = 24.26%
G = 15.84%
B = 59.9%

CMYK

 C value IS 0.60

 M value IS 0.74

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#312079 (or 0x312079) is known color: Persian Indigo. HEX triplet: 31, 20 and 79. RGB value is (49,32,121). Sum of RGB (Red+Green+Blue) = 49+32+121=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 121 (47.66% from 255 or 59.90% from 202); Max value from RGB is 121 - color contains mainly: blue. Hex color #312079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312079 is #CEDF86. Grayscale: #2E2E2E. Windows color (decimal): -13557639 or 7938097. OLE color: 7938097.

HSL color Cylindrical-coordinate representation of color #312079: hue angle of 251.46º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #312079 is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 32 121 -
CMYK 0.60 0.74 0 0.53
HSL 251.46º 0.58% 0.3% -
HSV(B) 251.46º 0.74% 0.47% -
XYZ 5.23 3.07 18.41 -
YUV 47.23 169.63 129.26 -
System Red Green Blue C M Y K H S L
Decimal 49 32 121 0.60 0.74 0 0.53 251.46 0.58 0.3
Hex 31 20 79 3C 4A 0 35 FB 3A 1E
Octal 61 40 171 74 112 0 65 373 72 36
Binary 110001 100000 1111001 111100 1001010 0 110101 11111011 111010 11110

Color Harmonies of #312079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312079

Black with #312079

Text Example


Text Example

White with #312079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312079; }

 p { color: rgb(49,32,121); }

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

background-color css

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

 a { background-color: rgb(49,32,121); }

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

border-color css

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

 span { border-color: rgb(49,32,121); }

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