Html Css Color HEX #312479 Persian Indigo

📋 copy color: '#312479'

red 49 ◦ green 36 ◦ blue 121

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

Shades of Persian Indigo #312479

Tints of Persian Indigo #312479

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.48%

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

R = 23.79%
G = 17.48%
B = 58.74%

CMYK

 C value IS 0.60

 M value IS 0.70

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#312479 (or 0x312479) is known color: Persian Indigo. HEX triplet: 31, 24 and 79. RGB value is (49,36,121). Sum of RGB (Red+Green+Blue) = 49+36+121=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 121 (47.66% from 255 or 58.74% from 206); Max value from RGB is 121 - color contains mainly: blue. Hex color #312479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312479 is #CEDB86. Grayscale: #313131. Windows color (decimal): -13556615 or 7939121. OLE color: 7939121.

HSL color Cylindrical-coordinate representation of color #312479: hue angle of 249.18º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #312479 is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 36 121 -
CMYK 0.60 0.70 0 0.53
HSL 249.18º 0.54% 0.31% -
HSV(B) 249.18º 0.7% 0.47% -
XYZ 5.35 3.3 18.44 -
YUV 49.58 168.31 127.59 -
System Red Green Blue C M Y K H S L
Decimal 49 36 121 0.60 0.70 0 0.53 249.18 0.54 0.31
Hex 31 24 79 3C 46 0 35 F9 36 1F
Octal 61 44 171 74 106 0 65 371 66 37
Binary 110001 100100 1111001 111100 1000110 0 110101 11111001 110110 11111

Color Harmonies of #312479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312479

Black with #312479

Text Example


Text Example

White with #312479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312479; }

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

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

background-color css

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

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

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

border-color css

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

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

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