Html Css Color HEX #312074 Persian Indigo

📋 copy color: '#312074'

red 49 ◦ green 32 ◦ blue 116

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

Shades of Persian Indigo #312074

Tints of Persian Indigo #312074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 58.88%

R = 24.87%
G = 16.24%
B = 58.88%

CMYK

 C value IS 0.58

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#312074 (or 0x312074) is known color: Persian Indigo. HEX triplet: 31, 20 and 74. RGB value is (49,32,116). Sum of RGB (Red+Green+Blue) = 49+32+116=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 116 (45.70% from 255 or 58.88% from 197); Max value from RGB is 116 - color contains mainly: blue. Hex color #312074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312074 is #CEDF8B. Grayscale: #2E2E2E. Windows color (decimal): -13557644 or 7610417. OLE color: 7610417.

HSL color Cylindrical-coordinate representation of color #312074: hue angle of 252.14º degrees, saturation: 0.57, 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 #312074 is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 32 116 -
CMYK 0.58 0.72 0 0.55
HSL 252.14º 0.57% 0.29% -
HSV(B) 252.14º 0.72% 0.45% -
XYZ 4.94 2.95 16.83 -
YUV 46.66 167.13 129.67 -
System Red Green Blue C M Y K H S L
Decimal 49 32 116 0.58 0.72 0 0.55 252.14 0.57 0.29
Hex 31 20 74 3A 48 0 37 FC 39 1D
Octal 61 40 164 72 110 0 67 374 71 35
Binary 110001 100000 1110100 111010 1001000 0 110111 11111100 111001 11101

Color Harmonies of #312074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312074

Black with #312074

Text Example


Text Example

White with #312074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312074; }

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

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

background-color css

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

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

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

border-color css

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

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

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