Html Css Color HEX #490870 Indigo

📋 copy color: '#490870'

red 73 ◦ green 8 ◦ blue 112

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

Shades of Indigo #490870

Tints of Indigo #490870

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.15%

 BLUE value IS 112 (44.14% from 255) = 58.03%

R = 37.82%
G = 4.15%
B = 58.03%

CMYK

 C value IS 0.35

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#490870 (or 0x490870) is known color: Indigo. HEX triplet: 49, 08 and 70. RGB value is (73,8,112). Sum of RGB (Red+Green+Blue) = 73+8+112=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 112 (44.14% from 255 or 58.03% from 193); Max value from RGB is 112 - color contains mainly: blue. Hex color #490870 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490870 is #B6F78F. Grayscale: #262626. Windows color (decimal): -11990928 or 7342153. OLE color: 7342153.

HSL color Cylindrical-coordinate representation of color #490870: hue angle of 277.5º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490870 is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 8 112 -
CMYK 0.35 0.93 0 0.56
HSL 277.5º 0.87% 0.24% -
HSV(B) 277.5º 0.93% 0.44% -
XYZ 5.76 2.76 15.56 -
YUV 39.29 169.03 152.04 -
System Red Green Blue C M Y K H S L
Decimal 73 8 112 0.35 0.93 0 0.56 277.5 0.87 0.24
Hex 49 8 70 23 5D 0 38 116 57 18
Octal 111 10 160 43 135 0 70 426 127 30
Binary 1001001 1000 1110000 100011 1011101 0 111000 100010110 1010111 11000

Color Harmonies of #490870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490870

Black with #490870

Text Example


Text Example

White with #490870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490870; }

 p { color: rgb(73,8,112); }

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

background-color css

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

 a { background-color: rgb(73,8,112); }

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

border-color css

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

 span { border-color: rgb(73,8,112); }

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