Html Css Color HEX #490588 Indigo

📋 copy color: '#490588'

red 73 ◦ green 5 ◦ blue 136

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

Shades of Indigo #490588

Tints of Indigo #490588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 63.55%

R = 34.11%
G = 2.34%
B = 63.55%

CMYK

 C value IS 0.46

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#490588 (or 0x490588) is known color: Indigo. HEX triplet: 49, 05 and 88. RGB value is (73,5,136). Sum of RGB (Red+Green+Blue) = 73+5+136=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 136 (53.52% from 255 or 63.55% from 214); Max value from RGB is 136 - color contains mainly: blue. Hex color #490588 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490588 is #B6FA77. Grayscale: #272727. Windows color (decimal): -11991672 or 8914249. OLE color: 8914249.

HSL color Cylindrical-coordinate representation of color #490588: hue angle of 271.15º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #490588 is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 5 136 -
CMYK 0.46 0.96 0 0.47
HSL 271.15º 0.93% 0.28% -
HSV(B) 271.15º 0.96% 0.53% -
XYZ 7.25 3.3 23.55 -
YUV 40.27 182.03 151.35 -
System Red Green Blue C M Y K H S L
Decimal 73 5 136 0.46 0.96 0 0.47 271.15 0.93 0.28
Hex 49 5 88 2E 60 0 2F 10F 5D 1C
Octal 111 5 210 56 140 0 57 417 135 34
Binary 1001001 101 10001000 101110 1100000 0 101111 100001111 1011101 11100

Color Harmonies of #490588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490588

Black with #490588

Text Example


Text Example

White with #490588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490588; }

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

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

background-color css

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

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

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

border-color css

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

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

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