Html Css Color HEX #490769 Indigo

📋 copy color: '#490769'

red 73 ◦ green 7 ◦ blue 105

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

Shades of Indigo #490769

Tints of Indigo #490769

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.78%

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

R = 39.46%
G = 3.78%
B = 56.76%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#490769 (or 0x490769) is known color: Indigo. HEX triplet: 49, 07 and 69. RGB value is (73,7,105). Sum of RGB (Red+Green+Blue) = 73+7+105=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 105 (41.41% from 255 or 56.76% from 185); Max value from RGB is 105 - color contains mainly: blue. Hex color #490769 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490769 is #B6F896. Grayscale: #252525. Windows color (decimal): -11991191 or 6883145. OLE color: 6883145.

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

Color convert

RGB 73 7 105 -
CMYK 0.30 0.93 0 0.59
HSL 280.41º 0.88% 0.22% -
HSV(B) 280.41º 0.93% 0.41% -
XYZ 5.37 2.59 13.58 -
YUV 37.91 165.87 153.03 -
System Red Green Blue C M Y K H S L
Decimal 73 7 105 0.30 0.93 0 0.59 280.41 0.88 0.22
Hex 49 7 69 1E 5D 0 3B 118 58 16
Octal 111 7 151 36 135 0 73 430 130 26
Binary 1001001 111 1101001 11110 1011101 0 111011 100011000 1011000 10110

Color Harmonies of #490769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490769

Black with #490769

Text Example


Text Example

White with #490769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490769; }

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

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

background-color css

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

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

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

border-color css

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

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

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