Html Css Color HEX #490A72 Indigo

📋 copy color: '#490A72'

red 73 ◦ green 10 ◦ blue 114

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

Shades of Indigo #490A72

Tints of Indigo #490A72

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.08%

 BLUE value IS 114 (44.92% from 255) = 57.87%

R = 37.06%
G = 5.08%
B = 57.87%

CMYK

 C value IS 0.36

 M value IS 0.91

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#490A72 (or 0x490A72) is known color: Indigo. HEX triplet: 49, 0A and 72. RGB value is (73,10,114). Sum of RGB (Red+Green+Blue) = 73+10+114=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 10 (4.30% from 255 or 5.08% from 197); Blue value is 114 (44.92% from 255 or 57.87% from 197); Max value from RGB is 114 - color contains mainly: blue. Hex color #490A72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490A72 is #B6F58D. Grayscale: #282828. Windows color (decimal): -11990414 or 7473737. OLE color: 7473737.

HSL color Cylindrical-coordinate representation of color #490A72: hue angle of 276.35º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #490A72 is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 10 114 -
CMYK 0.36 0.91 0 0.55
HSL 276.35º 0.84% 0.24% -
HSV(B) 276.35º 0.91% 0.45% -
XYZ 5.89 2.85 16.16 -
YUV 40.69 169.37 151.04 -
System Red Green Blue C M Y K H S L
Decimal 73 10 114 0.36 0.91 0 0.55 276.35 0.84 0.24
Hex 49 A 72 24 5B 0 37 114 54 18
Octal 111 12 162 44 133 0 67 424 124 30
Binary 1001001 1010 1110010 100100 1011011 0 110111 100010100 1010100 11000

Color Harmonies of #490A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490A72

Black with #490A72

Text Example


Text Example

White with #490A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490A72; }

 p { color: rgb(73,10,114); }

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

background-color css

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

 a { background-color: rgb(73,10,114); }

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

border-color css

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

 span { border-color: rgb(73,10,114); }

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