Html Css Color HEX #490578 Indigo

📋 copy color: '#490578'

red 73 ◦ green 5 ◦ blue 120

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

Shades of Indigo #490578

Tints of Indigo #490578

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.53%

 BLUE value IS 120 (47.27% from 255) = 60.61%

R = 36.87%
G = 2.53%
B = 60.61%

CMYK

 C value IS 0.39

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#490578 (or 0x490578) is known color: Indigo. HEX triplet: 49, 05 and 78. RGB value is (73,5,120). Sum of RGB (Red+Green+Blue) = 73+5+120=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 120 (47.27% from 255 or 60.61% from 198); Max value from RGB is 120 - color contains mainly: blue. Hex color #490578 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490578 is #B6FA87. Grayscale: #262626. Windows color (decimal): -11991688 or 7865673. OLE color: 7865673.

HSL color Cylindrical-coordinate representation of color #490578: hue angle of 275.48º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #490578 is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 5 120 -
CMYK 0.39 0.96 0 0.53
HSL 275.48º 0.92% 0.25% -
HSV(B) 275.48º 0.96% 0.47% -
XYZ 6.19 2.88 18 -
YUV 38.44 174.03 152.65 -
System Red Green Blue C M Y K H S L
Decimal 73 5 120 0.39 0.96 0 0.53 275.48 0.92 0.25
Hex 49 5 78 27 60 0 35 113 5C 19
Octal 111 5 170 47 140 0 65 423 134 31
Binary 1001001 101 1111000 100111 1100000 0 110101 100010011 1011100 11001

Color Harmonies of #490578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490578

Black with #490578

Text Example


Text Example

White with #490578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490578; }

 p { color: rgb(73,5,120); }

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

background-color css

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

 a { background-color: rgb(73,5,120); }

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

border-color css

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

 span { border-color: rgb(73,5,120); }

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