Html Css Color HEX #310991 Persian Indigo

📋 copy color: '#310991'

red 49 ◦ green 9 ◦ blue 145

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

Shades of Persian Indigo #310991

Tints of Persian Indigo #310991

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.43%

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

R = 24.14%
G = 4.43%
B = 71.43%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#310991 (or 0x310991) is known color: Persian Indigo. HEX triplet: 31, 09 and 91. RGB value is (49,9,145). Sum of RGB (Red+Green+Blue) = 49+9+145=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 145 (57.03% from 255 or 71.43% from 203); Max value from RGB is 145 - color contains mainly: blue. Hex color #310991 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310991 is #CEF66E. Grayscale: #232323. Windows color (decimal): -13563503 or 9505073. OLE color: 9505073.

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

Color convert

RGB 49 9 145 -
CMYK 0.66 0.94 0 0.43
HSL 257.65º 0.88% 0.3% -
HSV(B) 257.65º 0.94% 0.57% -
XYZ 6.48 2.89 27.01 -
YUV 36.46 189.25 136.94 -
System Red Green Blue C M Y K H S L
Decimal 49 9 145 0.66 0.94 0 0.43 257.65 0.88 0.3
Hex 31 9 91 42 5E 0 2B 102 58 1E
Octal 61 11 221 102 136 0 53 402 130 36
Binary 110001 1001 10010001 1000010 1011110 0 101011 100000010 1011000 11110

Color Harmonies of #310991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310991

Black with #310991

Text Example


Text Example

White with #310991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310991; }

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

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

background-color css

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

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

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

border-color css

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

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

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