Html Css Color HEX #311199 Persian Indigo

📋 copy color: '#311199'

red 49 ◦ green 17 ◦ blue 153

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

Shades of Persian Indigo #311199

Tints of Persian Indigo #311199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 69.86%

R = 22.37%
G = 7.76%
B = 69.86%

CMYK

 C value IS 0.68

 M value IS 0.89

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#311199 (or 0x311199) is known color: Persian Indigo. HEX triplet: 31, 11 and 99. RGB value is (49,17,153). Sum of RGB (Red+Green+Blue) = 49+17+153=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 153 (60.16% from 255 or 69.86% from 219); Max value from RGB is 153 - color contains mainly: blue. Hex color #311199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311199 is #CEEE66. Grayscale: #292929. Windows color (decimal): -13561447 or 10031409. OLE color: 10031409.

HSL color Cylindrical-coordinate representation of color #311199: hue angle of 254.12º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #311199 is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 17 153 -
CMYK 0.68 0.89 0 0.4
HSL 254.12º 0.8% 0.33% -
HSV(B) 254.12º 0.89% 0.6% -
XYZ 7.22 3.35 30.4 -
YUV 42.07 190.6 132.94 -
System Red Green Blue C M Y K H S L
Decimal 49 17 153 0.68 0.89 0 0.4 254.12 0.8 0.33
Hex 31 11 99 44 59 0 28 FE 50 21
Octal 61 21 231 104 131 0 50 376 120 41
Binary 110001 10001 10011001 1000100 1011001 0 101000 11111110 1010000 100001

Color Harmonies of #311199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311199

Black with #311199

Text Example


Text Example

White with #311199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311199; }

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

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

background-color css

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

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

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

border-color css

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

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

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