Html Css Color HEX #490A93 Indigo

📋 copy color: '#490A93'

red 73 ◦ green 10 ◦ blue 147

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

Shades of Indigo #490A93

Tints of Indigo #490A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 63.91%

R = 31.74%
G = 4.35%
B = 63.91%

CMYK

 C value IS 0.50

 M value IS 0.93

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#490A93 (or 0x490A93) is known color: Indigo. HEX triplet: 49, 0A and 93. RGB value is (73,10,147). Sum of RGB (Red+Green+Blue) = 73+10+147=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 10 (4.30% from 255 or 4.35% from 230); Blue value is 147 (57.81% from 255 or 63.91% from 230); Max value from RGB is 147 - color contains mainly: blue. Hex color #490A93 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490A93 is #B6F56C. Grayscale: #2B2B2B. Windows color (decimal): -11990381 or 9636425. OLE color: 9636425.

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

Color convert

RGB 73 10 147 -
CMYK 0.50 0.93 0 0.42
HSL 267.59º 0.87% 0.31% -
HSV(B) 267.59º 0.93% 0.58% -
XYZ 8.12 3.74 27.9 -
YUV 44.46 185.87 148.36 -
System Red Green Blue C M Y K H S L
Decimal 73 10 147 0.50 0.93 0 0.42 267.59 0.87 0.31
Hex 49 A 93 32 5D 0 2A 10C 57 1F
Octal 111 12 223 62 135 0 52 414 127 37
Binary 1001001 1010 10010011 110010 1011101 0 101010 100001100 1010111 11111

Color Harmonies of #490A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490A93

Black with #490A93

Text Example


Text Example

White with #490A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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