Html Css Color HEX #312191 Persian Indigo

📋 copy color: '#312191'

red 49 ◦ green 33 ◦ blue 145

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

Shades of Persian Indigo #312191

Tints of Persian Indigo #312191

RGB

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

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

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

R = 21.59%
G = 14.54%
B = 63.88%

CMYK

 C value IS 0.66

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#312191 (or 0x312191) is known color: Persian Indigo. HEX triplet: 31, 21 and 91. RGB value is (49,33,145). Sum of RGB (Red+Green+Blue) = 49+33+145=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 145 (57.03% from 255 or 63.88% from 227); Max value from RGB is 145 - color contains mainly: blue. Hex color #312191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312191 is #CEDE6E. Grayscale: #323232. Windows color (decimal): -13557359 or 9511217. OLE color: 9511217.

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

Color convert

RGB 49 33 145 -
CMYK 0.66 0.77 0 0.43
HSL 248.57º 0.63% 0.35% -
HSV(B) 248.57º 0.77% 0.57% -
XYZ 6.92 3.79 27.15 -
YUV 50.55 181.3 126.89 -
System Red Green Blue C M Y K H S L
Decimal 49 33 145 0.66 0.77 0 0.43 248.57 0.63 0.35
Hex 31 21 91 42 4D 0 2B F9 3F 23
Octal 61 41 221 102 115 0 53 371 77 43
Binary 110001 100001 10010001 1000010 1001101 0 101011 11111001 111111 100011

Color Harmonies of #312191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312191

Black with #312191

Text Example


Text Example

White with #312191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312191; }

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

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

background-color css

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

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

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

border-color css

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

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

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