Html Css Color HEX #311691 Persian Indigo

📋 copy color: '#311691'

red 49 ◦ green 22 ◦ blue 145

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

Shades of Persian Indigo #311691

Tints of Persian Indigo #311691

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.19%

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

R = 22.69%
G = 10.19%
B = 67.13%

CMYK

 C value IS 0.66

 M value IS 0.85

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#311691 (or 0x311691) is known color: Persian Indigo. HEX triplet: 31, 16 and 91. RGB value is (49,22,145). Sum of RGB (Red+Green+Blue) = 49+22+145=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 22 (8.98% from 255 or 10.19% from 216); Blue value is 145 (57.03% from 255 or 67.13% from 216); Max value from RGB is 145 - color contains mainly: blue. Hex color #311691 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311691 is #CEE96E. Grayscale: #2B2B2B. Windows color (decimal): -13560175 or 9508401. OLE color: 9508401.

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

Color convert

RGB 49 22 145 -
CMYK 0.66 0.85 0 0.43
HSL 253.17º 0.74% 0.33% -
HSV(B) 253.17º 0.85% 0.57% -
XYZ 6.66 3.27 27.07 -
YUV 44.1 184.95 131.5 -
System Red Green Blue C M Y K H S L
Decimal 49 22 145 0.66 0.85 0 0.43 253.17 0.74 0.33
Hex 31 16 91 42 55 0 2B FD 4A 21
Octal 61 26 221 102 125 0 53 375 112 41
Binary 110001 10110 10010001 1000010 1010101 0 101011 11111101 1001010 100001

Color Harmonies of #311691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311691

Black with #311691

Text Example


Text Example

White with #311691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311691; }

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

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

background-color css

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

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

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

border-color css

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

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

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