Html Css Color HEX #311174 Persian Indigo

📋 copy color: '#311174'

red 49 ◦ green 17 ◦ blue 116

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

Shades of Persian Indigo #311174

Tints of Persian Indigo #311174

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.34%

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

R = 26.92%
G = 9.34%
B = 63.74%

CMYK

 C value IS 0.58

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#311174 (or 0x311174) is known color: Persian Indigo. HEX triplet: 31, 11 and 74. RGB value is (49,17,116). Sum of RGB (Red+Green+Blue) = 49+17+116=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 116 (45.70% from 255 or 63.74% from 182); Max value from RGB is 116 - color contains mainly: blue. Hex color #311174 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311174 is #CEEE8B. Grayscale: #252525. Windows color (decimal): -13561484 or 7606577. OLE color: 7606577.

HSL color Cylindrical-coordinate representation of color #311174: hue angle of 259.39º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #311174 is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 17 116 -
CMYK 0.58 0.85 0 0.55
HSL 259.39º 0.74% 0.26% -
HSV(B) 259.39º 0.85% 0.45% -
XYZ 4.62 2.31 16.73 -
YUV 37.85 172.1 135.95 -
System Red Green Blue C M Y K H S L
Decimal 49 17 116 0.58 0.85 0 0.55 259.39 0.74 0.26
Hex 31 11 74 3A 55 0 37 103 4A 1A
Octal 61 21 164 72 125 0 67 403 112 32
Binary 110001 10001 1110100 111010 1010101 0 110111 100000011 1001010 11010

Color Harmonies of #311174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311174

Black with #311174

Text Example


Text Example

White with #311174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311174; }

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

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

background-color css

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

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

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

border-color css

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

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

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