Html Css Color HEX #490A74 Indigo

📋 copy color: '#490A74'

red 73 ◦ green 10 ◦ blue 116

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

Shades of Indigo #490A74

Tints of Indigo #490A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 58.29%

R = 36.68%
G = 5.03%
B = 58.29%

CMYK

 C value IS 0.37

 M value IS 0.91

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#490A74 (or 0x490A74) is known color: Indigo. HEX triplet: 49, 0A and 74. RGB value is (73,10,116). Sum of RGB (Red+Green+Blue) = 73+10+116=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 10 (4.30% from 255 or 5.03% from 199); Blue value is 116 (45.70% from 255 or 58.29% from 199); Max value from RGB is 116 - color contains mainly: blue. Hex color #490A74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490A74 is #B6F58B. Grayscale: #282828. Windows color (decimal): -11990412 or 7604809. OLE color: 7604809.

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

Color convert

RGB 73 10 116 -
CMYK 0.37 0.91 0 0.55
HSL 275.66º 0.84% 0.25% -
HSV(B) 275.66º 0.91% 0.45% -
XYZ 6.01 2.89 16.77 -
YUV 40.92 170.37 150.88 -
System Red Green Blue C M Y K H S L
Decimal 73 10 116 0.37 0.91 0 0.55 275.66 0.84 0.25
Hex 49 A 74 25 5B 0 37 114 54 19
Octal 111 12 164 45 133 0 67 424 124 31
Binary 1001001 1010 1110100 100101 1011011 0 110111 100010100 1010100 11001

Color Harmonies of #490A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490A74

Black with #490A74

Text Example


Text Example

White with #490A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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