Html Css Color HEX #490198 Indigo

📋 copy color: '#490198'

red 73 ◦ green 1 ◦ blue 152

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

Shades of Indigo #490198

Tints of Indigo #490198

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 32.3%
G = 0.44%
B = 67.26%

CMYK

 C value IS 0.52

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#490198 (or 0x490198) is known color: Indigo. HEX triplet: 49, 01 and 98. RGB value is (73,1,152). Sum of RGB (Red+Green+Blue) = 73+1+152=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 152 (59.77% from 255 or 67.26% from 226); Max value from RGB is 152 - color contains mainly: blue. Hex color #490198 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490198 is #B6FE67. Grayscale: #272727. Windows color (decimal): -11992680 or 9961801. OLE color: 9961801.

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

Color convert

RGB 73 1 152 -
CMYK 0.52 0.99 0 0.40
HSL 268.61º 0.99% 0.3% -
HSV(B) 268.61º 0.99% 0.6% -
XYZ 8.43 3.71 29.98 -
YUV 39.74 191.35 151.72 -
System Red Green Blue C M Y K H S L
Decimal 73 1 152 0.52 0.99 0 0.40 268.61 0.99 0.3
Hex 49 1 98 34 63 0 28 10D 63 1E
Octal 111 1 230 64 143 0 50 415 143 36
Binary 1001001 1 10011000 110100 1100011 0 101000 100001101 1100011 11110

Color Harmonies of #490198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490198

Black with #490198

Text Example


Text Example

White with #490198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490198; }

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

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

background-color css

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

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

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

border-color css

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

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

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