Html Css Color HEX #490598 Indigo

📋 copy color: '#490598'

red 73 ◦ green 5 ◦ blue 152

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

Shades of Indigo #490598

Tints of Indigo #490598

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.17%

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

R = 31.74%
G = 2.17%
B = 66.09%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#490598 (or 0x490598) is known color: Indigo. HEX triplet: 49, 05 and 98. RGB value is (73,5,152). Sum of RGB (Red+Green+Blue) = 73+5+152=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 152 (59.77% from 255 or 66.09% from 230); Max value from RGB is 152 - color contains mainly: blue. Hex color #490598 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490598 is #B6FA67. Grayscale: #292929. Windows color (decimal): -11991656 or 9962825. OLE color: 9962825.

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

Color convert

RGB 73 5 152 -
CMYK 0.52 0.97 0 0.40
HSL 267.76º 0.94% 0.31% -
HSV(B) 267.76º 0.97% 0.6% -
XYZ 8.47 3.79 29.99 -
YUV 42.09 190.03 150.05 -
System Red Green Blue C M Y K H S L
Decimal 73 5 152 0.52 0.97 0 0.40 267.76 0.94 0.31
Hex 49 5 98 34 61 0 28 10C 5E 1F
Octal 111 5 230 64 141 0 50 414 136 37
Binary 1001001 101 10011000 110100 1100001 0 101000 100001100 1011110 11111

Color Harmonies of #490598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490598

Black with #490598

Text Example


Text Example

White with #490598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490598; }

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

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

background-color css

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

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

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

border-color css

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

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

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