Html Css Color HEX #311191 Persian Indigo

📋 copy color: '#311191'

red 49 ◦ green 17 ◦ blue 145

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

Shades of Persian Indigo #311191

Tints of Persian Indigo #311191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 68.72%

R = 23.22%
G = 8.06%
B = 68.72%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#311191 (or 0x311191) is known color: Persian Indigo. HEX triplet: 31, 11 and 91. RGB value is (49,17,145). Sum of RGB (Red+Green+Blue) = 49+17+145=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 145 (57.03% from 255 or 68.72% from 211); Max value from RGB is 145 - color contains mainly: blue. Hex color #311191 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311191 is #CEEE6E. Grayscale: #282828. Windows color (decimal): -13561455 or 9507121. OLE color: 9507121.

HSL color Cylindrical-coordinate representation of color #311191: hue angle of 255º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #311191 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 17 145 -
CMYK 0.66 0.88 0 0.43
HSL 255º 0.79% 0.32% -
HSV(B) 255º 0.88% 0.57% -
XYZ 6.58 3.1 27.04 -
YUV 41.16 186.6 133.59 -
System Red Green Blue C M Y K H S L
Decimal 49 17 145 0.66 0.88 0 0.43 255 0.79 0.32
Hex 31 11 91 42 58 0 2B FF 4F 20
Octal 61 21 221 102 130 0 53 377 117 40
Binary 110001 10001 10010001 1000010 1011000 0 101011 11111111 1001111 100000

Color Harmonies of #311191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311191

Black with #311191

Text Example


Text Example

White with #311191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311191; }

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

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

background-color css

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

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

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

border-color css

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

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

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