Html Css Color HEX #490768 Indigo

📋 copy color: '#490768'

red 73 ◦ green 7 ◦ blue 104

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

Shades of Indigo #490768

Tints of Indigo #490768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 56.52%

R = 39.67%
G = 3.8%
B = 56.52%

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

#490768 (or 0x490768) is known color: Indigo. HEX triplet: 49, 07 and 68. RGB value is (73,7,104). Sum of RGB (Red+Green+Blue) = 73+7+104=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 7 (3.12% from 255 or 3.80% from 184); Blue value is 104 (41.02% from 255 or 56.52% from 184); Max value from RGB is 104 - color contains mainly: blue. Hex color #490768 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490768 is #B6F897. Grayscale: #252525. Windows color (decimal): -11991192 or 6817609. OLE color: 6817609.

HSL color Cylindrical-coordinate representation of color #490768: hue angle of 280.82º degrees, saturation: 0.87, 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 #490768 is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 7 104 -
CMYK 0.30 0.93 0 0.59
HSL 280.82º 0.87% 0.22% -
HSV(B) 280.82º 0.93% 0.41% -
XYZ 5.32 2.57 13.31 -
YUV 37.79 165.37 153.11 -
System Red Green Blue C M Y K H S L
Decimal 73 7 104 0.30 0.93 0 0.59 280.82 0.87 0.22
Hex 49 7 68 1E 5D 0 3B 119 57 16
Octal 111 7 150 36 135 0 73 431 127 26
Binary 1001001 111 1101000 11110 1011101 0 111011 100011001 1010111 10110

Color Harmonies of #490768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490768

Black with #490768

Text Example


Text Example

White with #490768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490768; }

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

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

background-color css

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

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

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

border-color css

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

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

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