Html Css Color HEX #490574 Indigo

📋 copy color: '#490574'

red 73 ◦ green 5 ◦ blue 116

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

Shades of Indigo #490574

Tints of Indigo #490574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 59.79%

R = 37.63%
G = 2.58%
B = 59.79%

CMYK

 C value IS 0.37

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#490574 (or 0x490574) is known color: Indigo. HEX triplet: 49, 05 and 74. RGB value is (73,5,116). Sum of RGB (Red+Green+Blue) = 73+5+116=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 116 (45.70% from 255 or 59.79% from 194); Max value from RGB is 116 - color contains mainly: blue. Hex color #490574 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490574 is #B6FA8B. Grayscale: #252525. Windows color (decimal): -11991692 or 7603529. OLE color: 7603529.

HSL color Cylindrical-coordinate representation of color #490574: hue angle of 276.76º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #490574 is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 5 116 -
CMYK 0.37 0.96 0 0.55
HSL 276.76º 0.92% 0.24% -
HSV(B) 276.76º 0.96% 0.45% -
XYZ 5.95 2.79 16.75 -
YUV 37.99 172.03 152.97 -
System Red Green Blue C M Y K H S L
Decimal 73 5 116 0.37 0.96 0 0.55 276.76 0.92 0.24
Hex 49 5 74 25 60 0 37 115 5C 18
Octal 111 5 164 45 140 0 67 425 134 30
Binary 1001001 101 1110100 100101 1100000 0 110111 100010101 1011100 11000

Color Harmonies of #490574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490574

Black with #490574

Text Example


Text Example

White with #490574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490574; }

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

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

background-color css

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

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

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

border-color css

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

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

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