Html Css Color HEX #490A66 Indigo

📋 copy color: '#490A66'

red 73 ◦ green 10 ◦ blue 102

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

Shades of Indigo #490A66

Tints of Indigo #490A66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 55.14%

R = 39.46%
G = 5.41%
B = 55.14%

CMYK

 C value IS 0.28

 M value IS 0.90

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#490A66 (or 0x490A66) is known color: Indigo. HEX triplet: 49, 0A and 66. RGB value is (73,10,102). Sum of RGB (Red+Green+Blue) = 73+10+102=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 10 (4.30% from 255 or 5.41% from 185); Blue value is 102 (40.23% from 255 or 55.14% from 185); Max value from RGB is 102 - color contains mainly: blue. Hex color #490A66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490A66 is #B6F599. Grayscale: #272727. Windows color (decimal): -11990426 or 6687305. OLE color: 6687305.

HSL color Cylindrical-coordinate representation of color #490A66: hue angle of 281.09º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #490A66 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 73 10 102 -
CMYK 0.28 0.90 0 0.6
HSL 281.09º 0.82% 0.22% -
HSV(B) 281.09º 0.9% 0.4% -
XYZ 5.25 2.59 12.79 -
YUV 39.33 163.37 152.02 -
System Red Green Blue C M Y K H S L
Decimal 73 10 102 0.28 0.90 0 0.6 281.09 0.82 0.22
Hex 49 A 66 1C 5A 0 3C 119 52 16
Octal 111 12 146 34 132 0 74 431 122 26
Binary 1001001 1010 1100110 11100 1011010 0 111100 100011001 1010010 10110

Color Harmonies of #490A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490A66

Black with #490A66

Text Example


Text Example

White with #490A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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