Html Css Color HEX #312379 Persian Indigo

📋 copy color: '#312379'

red 49 ◦ green 35 ◦ blue 121

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

Shades of Persian Indigo #312379

Tints of Persian Indigo #312379

RGB

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

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

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

R = 23.9%
G = 17.07%
B = 59.02%

CMYK

 C value IS 0.60

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#312379 (or 0x312379) is known color: Persian Indigo. HEX triplet: 31, 23 and 79. RGB value is (49,35,121). Sum of RGB (Red+Green+Blue) = 49+35+121=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 121 (47.66% from 255 or 59.02% from 205); Max value from RGB is 121 - color contains mainly: blue. Hex color #312379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312379 is #CEDC86. Grayscale: #303030. Windows color (decimal): -13556871 or 7938865. OLE color: 7938865.

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

Color convert

RGB 49 35 121 -
CMYK 0.60 0.71 0 0.53
HSL 249.77º 0.55% 0.31% -
HSV(B) 249.77º 0.71% 0.47% -
XYZ 5.32 3.24 18.43 -
YUV 48.99 168.64 128.01 -
System Red Green Blue C M Y K H S L
Decimal 49 35 121 0.60 0.71 0 0.53 249.77 0.55 0.31
Hex 31 23 79 3C 47 0 35 FA 37 1F
Octal 61 43 171 74 107 0 65 372 67 37
Binary 110001 100011 1111001 111100 1000111 0 110101 11111010 110111 11111

Color Harmonies of #312379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312379

Black with #312379

Text Example


Text Example

White with #312379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312379; }

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

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

background-color css

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

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

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

border-color css

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

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

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