Html Css Color HEX #312072 Persian Indigo

📋 copy color: '#312072'

red 49 ◦ green 32 ◦ blue 114

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

Shades of Persian Indigo #312072

Tints of Persian Indigo #312072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 58.46%

R = 25.13%
G = 16.41%
B = 58.46%

CMYK

 C value IS 0.57

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#312072 (or 0x312072) is known color: Persian Indigo. HEX triplet: 31, 20 and 72. RGB value is (49,32,114). Sum of RGB (Red+Green+Blue) = 49+32+114=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 114 (44.92% from 255 or 58.46% from 195); Max value from RGB is 114 - color contains mainly: blue. Hex color #312072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312072 is #CEDF8D. Grayscale: #2E2E2E. Windows color (decimal): -13557646 or 7479345. OLE color: 7479345.

HSL color Cylindrical-coordinate representation of color #312072: hue angle of 252.44º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #312072 is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 32 114 -
CMYK 0.57 0.72 0 0.55
HSL 252.44º 0.56% 0.29% -
HSV(B) 252.44º 0.72% 0.45% -
XYZ 4.82 2.9 16.23 -
YUV 46.43 166.13 129.83 -
System Red Green Blue C M Y K H S L
Decimal 49 32 114 0.57 0.72 0 0.55 252.44 0.56 0.29
Hex 31 20 72 39 48 0 37 FC 38 1D
Octal 61 40 162 71 110 0 67 374 70 35
Binary 110001 100000 1110010 111001 1001000 0 110111 11111100 111000 11101

Color Harmonies of #312072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312072

Black with #312072

Text Example


Text Example

White with #312072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312072; }

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

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

background-color css

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

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

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

border-color css

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

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

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