Html Css Color HEX #490487 Indigo

📋 copy color: '#490487'

red 73 ◦ green 4 ◦ blue 135

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

Shades of Indigo #490487

Tints of Indigo #490487

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.89%

 BLUE value IS 135 (53.13% from 255) = 63.68%

R = 34.43%
G = 1.89%
B = 63.68%

CMYK

 C value IS 0.46

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#490487 (or 0x490487) is known color: Indigo. HEX triplet: 49, 04 and 87. RGB value is (73,4,135). Sum of RGB (Red+Green+Blue) = 73+4+135=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 135 (53.12% from 255 or 63.68% from 212); Max value from RGB is 135 - color contains mainly: blue. Hex color #490487 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490487 is #B6FB78. Grayscale: #272727. Windows color (decimal): -11991929 or 8848457. OLE color: 8848457.

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

Color convert

RGB 73 4 135 -
CMYK 0.46 0.97 0 0.47
HSL 271.6º 0.94% 0.27% -
HSV(B) 271.6º 0.97% 0.53% -
XYZ 7.16 3.25 23.17 -
YUV 39.57 181.86 151.85 -
System Red Green Blue C M Y K H S L
Decimal 73 4 135 0.46 0.97 0 0.47 271.6 0.94 0.27
Hex 49 4 87 2E 61 0 2F 110 5E 1B
Octal 111 4 207 56 141 0 57 420 136 33
Binary 1001001 100 10000111 101110 1100001 0 101111 100010000 1011110 11011

Color Harmonies of #490487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490487

Black with #490487

Text Example


Text Example

White with #490487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490487; }

 p { color: rgb(73,4,135); }

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

background-color css

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

 a { background-color: rgb(73,4,135); }

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

border-color css

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

 span { border-color: rgb(73,4,135); }

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