Html Css Color HEX #311198 Persian Indigo

📋 copy color: '#311198'

red 49 ◦ green 17 ◦ blue 152

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

Shades of Persian Indigo #311198

Tints of Persian Indigo #311198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 69.72%

R = 22.48%
G = 7.8%
B = 69.72%

CMYK

 C value IS 0.68

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#311198 (or 0x311198) is known color: Persian Indigo. HEX triplet: 31, 11 and 98. RGB value is (49,17,152). Sum of RGB (Red+Green+Blue) = 49+17+152=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 152 (59.77% from 255 or 69.72% from 218); Max value from RGB is 152 - color contains mainly: blue. Hex color #311198 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311198 is #CEEE67. Grayscale: #292929. Windows color (decimal): -13561448 or 9965873. OLE color: 9965873.

HSL color Cylindrical-coordinate representation of color #311198: hue angle of 254.22º 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 #311198 is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 49 17 152 -
CMYK 0.68 0.89 0 0.40
HSL 254.22º 0.8% 0.33% -
HSV(B) 254.22º 0.89% 0.6% -
XYZ 7.13 3.32 29.97 -
YUV 41.96 190.1 133.02 -
System Red Green Blue C M Y K H S L
Decimal 49 17 152 0.68 0.89 0 0.40 254.22 0.8 0.33
Hex 31 11 98 44 59 0 28 FE 50 21
Octal 61 21 230 104 131 0 50 376 120 41
Binary 110001 10001 10011000 1000100 1011001 0 101000 11111110 1010000 100001

Color Harmonies of #311198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311198

Black with #311198

Text Example


Text Example

White with #311198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311198; }

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

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

background-color css

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

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

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

border-color css

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

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

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