Html Css Color HEX #312179 Persian Indigo

📋 copy color: '#312179'

red 49 ◦ green 33 ◦ blue 121

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

Shades of Persian Indigo #312179

Tints of Persian Indigo #312179

RGB

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

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

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

R = 24.14%
G = 16.26%
B = 59.61%

CMYK

 C value IS 0.60

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#312179 (or 0x312179) is known color: Persian Indigo. HEX triplet: 31, 21 and 79. RGB value is (49,33,121). Sum of RGB (Red+Green+Blue) = 49+33+121=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 121 (47.66% from 255 or 59.61% from 203); Max value from RGB is 121 - color contains mainly: blue. Hex color #312179 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312179 is #CEDE86. Grayscale: #2F2F2F. Windows color (decimal): -13557383 or 7938353. OLE color: 7938353.

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

Color convert

RGB 49 33 121 -
CMYK 0.60 0.73 0 0.53
HSL 250.91º 0.57% 0.3% -
HSV(B) 250.91º 0.73% 0.47% -
XYZ 5.26 3.12 18.41 -
YUV 47.82 169.3 128.84 -
System Red Green Blue C M Y K H S L
Decimal 49 33 121 0.60 0.73 0 0.53 250.91 0.57 0.3
Hex 31 21 79 3C 49 0 35 FB 39 1E
Octal 61 41 171 74 111 0 65 373 71 36
Binary 110001 100001 1111001 111100 1001001 0 110101 11111011 111001 11110

Color Harmonies of #312179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312179

Black with #312179

Text Example


Text Example

White with #312179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312179; }

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

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

background-color css

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

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

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

border-color css

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

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

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