Html Css Color HEX #312579 Persian Indigo

📋 copy color: '#312579'

red 49 ◦ green 37 ◦ blue 121

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

Shades of Persian Indigo #312579

Tints of Persian Indigo #312579

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.87%

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

R = 23.67%
G = 17.87%
B = 58.45%

CMYK

 C value IS 0.60

 M value IS 0.69

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#312579 (or 0x312579) is known color: Persian Indigo. HEX triplet: 31, 25 and 79. RGB value is (49,37,121). Sum of RGB (Red+Green+Blue) = 49+37+121=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 121 (47.66% from 255 or 58.45% from 207); Max value from RGB is 121 - color contains mainly: blue. Hex color #312579 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312579 is #CEDA86. Grayscale: #313131. Windows color (decimal): -13556359 or 7939377. OLE color: 7939377.

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

Color convert

RGB 49 37 121 -
CMYK 0.60 0.69 0 0.53
HSL 248.57º 0.53% 0.31% -
HSV(B) 248.57º 0.69% 0.47% -
XYZ 5.38 3.36 18.45 -
YUV 50.16 167.98 127.17 -
System Red Green Blue C M Y K H S L
Decimal 49 37 121 0.60 0.69 0 0.53 248.57 0.53 0.31
Hex 31 25 79 3C 45 0 35 F9 35 1F
Octal 61 45 171 74 105 0 65 371 65 37
Binary 110001 100101 1111001 111100 1000101 0 110101 11111001 110101 11111

Color Harmonies of #312579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312579

Black with #312579

Text Example


Text Example

White with #312579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312579; }

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

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

background-color css

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

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

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

border-color css

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

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

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