Html Css Color HEX #490A69 Indigo

📋 copy color: '#490A69'

red 73 ◦ green 10 ◦ blue 105

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

Shades of Indigo #490A69

Tints of Indigo #490A69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 55.85%

R = 38.83%
G = 5.32%
B = 55.85%

CMYK

 C value IS 0.30

 M value IS 0.90

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#490A69 (or 0x490A69) is known color: Indigo. HEX triplet: 49, 0A and 69. RGB value is (73,10,105). Sum of RGB (Red+Green+Blue) = 73+10+105=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 10 (4.30% from 255 or 5.32% from 188); Blue value is 105 (41.41% from 255 or 55.85% from 188); Max value from RGB is 105 - color contains mainly: blue. Hex color #490A69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490A69 is #B6F596. Grayscale: #272727. Windows color (decimal): -11990423 or 6883913. OLE color: 6883913.

HSL color Cylindrical-coordinate representation of color #490A69: hue angle of 279.79º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #490A69 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 10 105 -
CMYK 0.30 0.90 0 0.59
HSL 279.79º 0.83% 0.23% -
HSV(B) 279.79º 0.9% 0.41% -
XYZ 5.41 2.65 13.59 -
YUV 39.67 164.87 151.78 -
System Red Green Blue C M Y K H S L
Decimal 73 10 105 0.30 0.90 0 0.59 279.79 0.83 0.23
Hex 49 A 69 1E 5A 0 3B 118 53 17
Octal 111 12 151 36 132 0 73 430 123 27
Binary 1001001 1010 1101001 11110 1011010 0 111011 100011000 1010011 10111

Color Harmonies of #490A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490A69

Black with #490A69

Text Example


Text Example

White with #490A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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