Html Css Color HEX #312174 Persian Indigo

📋 copy color: '#312174'

red 49 ◦ green 33 ◦ blue 116

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

Shades of Persian Indigo #312174

Tints of Persian Indigo #312174

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.67%

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

R = 24.75%
G = 16.67%
B = 58.59%

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

#312174 (or 0x312174) is known color: Persian Indigo. HEX triplet: 31, 21 and 74. RGB value is (49,33,116). Sum of RGB (Red+Green+Blue) = 49+33+116=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 116 (45.70% from 255 or 58.59% from 198); Max value from RGB is 116 - color contains mainly: blue. Hex color #312174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312174 is #CEDE8B. Grayscale: #2E2E2E. Windows color (decimal): -13557388 or 7610673. OLE color: 7610673.

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

Color convert

RGB 49 33 116 -
CMYK 0.58 0.72 0 0.55
HSL 251.57º 0.56% 0.29% -
HSV(B) 251.57º 0.72% 0.45% -
XYZ 4.96 3 16.84 -
YUV 47.25 166.8 129.25 -
System Red Green Blue C M Y K H S L
Decimal 49 33 116 0.58 0.72 0 0.55 251.57 0.56 0.29
Hex 31 21 74 3A 48 0 37 FC 38 1D
Octal 61 41 164 72 110 0 67 374 70 35
Binary 110001 100001 1110100 111010 1001000 0 110111 11111100 111000 11101

Color Harmonies of #312174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312174

Black with #312174

Text Example


Text Example

White with #312174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312174; }

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

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

background-color css

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

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

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

border-color css

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

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

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