Html Css Color HEX #490A92 Indigo

📋 copy color: '#490A92'

red 73 ◦ green 10 ◦ blue 146

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

Shades of Indigo #490A92

Tints of Indigo #490A92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 63.76%

R = 31.88%
G = 4.37%
B = 63.76%

CMYK

 C value IS 0.5

 M value IS 0.93

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#490A92 (or 0x490A92) is known color: Indigo. HEX triplet: 49, 0A and 92. RGB value is (73,10,146). Sum of RGB (Red+Green+Blue) = 73+10+146=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 10 (4.30% from 255 or 4.37% from 229); Blue value is 146 (57.42% from 255 or 63.76% from 229); Max value from RGB is 146 - color contains mainly: blue. Hex color #490A92 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490A92 is #B6F56D. Grayscale: #2B2B2B. Windows color (decimal): -11990382 or 9570889. OLE color: 9570889.

HSL color Cylindrical-coordinate representation of color #490A92: hue angle of 267.79º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490A92 is Cyan = 0.5, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 10 146 -
CMYK 0.5 0.93 0 0.43
HSL 267.79º 0.87% 0.31% -
HSV(B) 267.79º 0.93% 0.57% -
XYZ 8.04 3.71 27.49 -
YUV 44.34 185.37 148.44 -
System Red Green Blue C M Y K H S L
Decimal 73 10 146 0.5 0.93 0 0.43 267.79 0.87 0.31
Hex 49 A 92 32 5D 0 2B 10C 57 1F
Octal 111 12 222 62 135 0 53 414 127 37
Binary 1001001 1010 10010010 110010 1011101 0 101011 100001100 1010111 11111

Color Harmonies of #490A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490A92

Black with #490A92

Text Example


Text Example

White with #490A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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