Html Css Color HEX #490669 Indigo

📋 copy color: '#490669'

red 73 ◦ green 6 ◦ blue 105

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

Shades of Indigo #490669

Tints of Indigo #490669

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.26%

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

R = 39.67%
G = 3.26%
B = 57.07%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#490669 (or 0x490669) is known color: Indigo. HEX triplet: 49, 06 and 69. RGB value is (73,6,105). Sum of RGB (Red+Green+Blue) = 73+6+105=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 6 (2.73% from 255 or 3.26% from 184); Blue value is 105 (41.41% from 255 or 57.07% from 184); Max value from RGB is 105 - color contains mainly: blue. Hex color #490669 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490669 is #B6F996. Grayscale: #242424. Windows color (decimal): -11991447 or 6882889. OLE color: 6882889.

HSL color Cylindrical-coordinate representation of color #490669: hue angle of 280.61º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490669 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 6 105 -
CMYK 0.30 0.94 0 0.59
HSL 280.61º 0.89% 0.22% -
HSV(B) 280.61º 0.94% 0.41% -
XYZ 5.36 2.57 13.58 -
YUV 37.32 166.2 153.45 -
System Red Green Blue C M Y K H S L
Decimal 73 6 105 0.30 0.94 0 0.59 280.61 0.89 0.22
Hex 49 6 69 1E 5E 0 3B 119 59 16
Octal 111 6 151 36 136 0 73 431 131 26
Binary 1001001 110 1101001 11110 1011110 0 111011 100011001 1011001 10110

Color Harmonies of #490669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490669

Black with #490669

Text Example


Text Example

White with #490669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490669; }

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

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

background-color css

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

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

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

border-color css

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

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

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