Html Css Color HEX #491998 Indigo

📋 copy color: '#491998'

red 73 ◦ green 25 ◦ blue 152

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

Shades of Indigo #491998

Tints of Indigo #491998

RGB

 RED value IS 73 (28.91% from 255) = 29.2%

 GREEN value IS 25 (10.16% from 255) = 10%

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

R = 29.2%
G = 10%
B = 60.8%

CMYK

 C value IS 0.52

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#491998 (or 0x491998) is known color: Indigo. HEX triplet: 49, 19 and 98. RGB value is (73,25,152). Sum of RGB (Red+Green+Blue) = 73+25+152=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 152 (59.77% from 255 or 60.8% from 250); Max value from RGB is 152 - color contains mainly: blue. Hex color #491998 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491998 is #B6E667. Grayscale: #353535. Windows color (decimal): -11986536 or 9967945. OLE color: 9967945.

HSL color Cylindrical-coordinate representation of color #491998: hue angle of 262.68º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #491998 is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 25 152 -
CMYK 0.52 0.84 0 0.40
HSL 262.68º 0.72% 0.35% -
HSV(B) 262.68º 0.84% 0.6% -
XYZ 8.76 4.38 30.09 -
YUV 53.83 183.4 141.67 -
System Red Green Blue C M Y K H S L
Decimal 73 25 152 0.52 0.84 0 0.40 262.68 0.72 0.35
Hex 49 19 98 34 54 0 28 107 48 23
Octal 111 31 230 64 124 0 50 407 110 43
Binary 1001001 11001 10011000 110100 1010100 0 101000 100000111 1001000 100011

Color Harmonies of #491998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491998

Black with #491998

Text Example


Text Example

White with #491998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491998; }

 p { color: rgb(73,25,152); }

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

background-color css

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

 a { background-color: rgb(73,25,152); }

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

border-color css

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

 span { border-color: rgb(73,25,152); }

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