Html Css Color HEX #311173 Persian Indigo

📋 copy color: '#311173'

red 49 ◦ green 17 ◦ blue 115

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

Shades of Persian Indigo #311173

Tints of Persian Indigo #311173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 63.54%

R = 27.07%
G = 9.39%
B = 63.54%

CMYK

 C value IS 0.57

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#311173 (or 0x311173) is known color: Persian Indigo. HEX triplet: 31, 11 and 73. RGB value is (49,17,115). Sum of RGB (Red+Green+Blue) = 49+17+115=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 115 (45.31% from 255 or 63.54% from 181); Max value from RGB is 115 - color contains mainly: blue. Hex color #311173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311173 is #CEEE8C. Grayscale: #252525. Windows color (decimal): -13561485 or 7541041. OLE color: 7541041.

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

Color convert

RGB 49 17 115 -
CMYK 0.57 0.85 0 0.55
HSL 259.59º 0.74% 0.26% -
HSV(B) 259.59º 0.85% 0.45% -
XYZ 4.56 2.29 16.42 -
YUV 37.74 171.6 136.03 -
System Red Green Blue C M Y K H S L
Decimal 49 17 115 0.57 0.85 0 0.55 259.59 0.74 0.26
Hex 31 11 73 39 55 0 37 104 4A 1A
Octal 61 21 163 71 125 0 67 404 112 32
Binary 110001 10001 1110011 111001 1010101 0 110111 100000100 1001010 11010

Color Harmonies of #311173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311173

Black with #311173

Text Example


Text Example

White with #311173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311173; }

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

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

background-color css

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

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

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

border-color css

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

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

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