Html Css Color HEX #490575 Indigo

📋 copy color: '#490575'

red 73 ◦ green 5 ◦ blue 117

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

Shades of Indigo #490575

Tints of Indigo #490575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 60%

R = 37.44%
G = 2.56%
B = 60%

CMYK

 C value IS 0.38

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#490575 (or 0x490575) is known color: Indigo. HEX triplet: 49, 05 and 75. RGB value is (73,5,117). Sum of RGB (Red+Green+Blue) = 73+5+117=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 117 (46.09% from 255 or 60% from 195); Max value from RGB is 117 - color contains mainly: blue. Hex color #490575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490575 is #B6FA8A. Grayscale: #252525. Windows color (decimal): -11991691 or 7669065. OLE color: 7669065.

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

Color convert

RGB 73 5 117 -
CMYK 0.38 0.96 0 0.54
HSL 276.43º 0.92% 0.24% -
HSV(B) 276.43º 0.96% 0.46% -
XYZ 6.01 2.81 17.05 -
YUV 38.1 172.53 152.89 -
System Red Green Blue C M Y K H S L
Decimal 73 5 117 0.38 0.96 0 0.54 276.43 0.92 0.24
Hex 49 5 75 26 60 0 36 114 5C 18
Octal 111 5 165 46 140 0 66 424 134 30
Binary 1001001 101 1110101 100110 1100000 0 110110 100010100 1011100 11000

Color Harmonies of #490575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490575

Black with #490575

Text Example


Text Example

White with #490575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490575; }

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

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

background-color css

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

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

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

border-color css

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

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

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