Html Css Color HEX #490075 Indigo

📋 copy color: '#490075'

red 73 ◦ green 0 ◦ blue 117

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

Shades of Indigo #490075

Tints of Indigo #490075

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 38.42%
G = 0%
B = 61.58%

CMYK

 C value IS 0.38

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#490075 (or 0x490075) is known color: Indigo. HEX triplet: 49, 00 and 75. RGB value is (73,0,117). Sum of RGB (Red+Green+Blue) = 73+0+117=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 117 (46.09% from 255 or 61.58% from 190); Max value from RGB is 117 - color contains mainly: blue. Hex color #490075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490075 is #B6FF8A. Grayscale: #222222. Windows color (decimal): -11992971 or 7667785. OLE color: 7667785.

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

Color convert

RGB 73 0 117 -
CMYK 0.38 1 0 0.54
HSL 277.44º 1% 0.23% -
HSV(B) 277.44º 1% 0.46% -
XYZ 5.96 2.7 17.04 -
YUV 35.17 174.18 154.99 -
System Red Green Blue C M Y K H S L
Decimal 73 0 117 0.38 1 0 0.54 277.44 1 0.23
Hex 49 0 75 26 64 0 36 115 64 17
Octal 111 0 165 46 144 0 66 425 144 27
Binary 1001001 0 1110101 100110 1100100 0 110110 100010101 1100100 10111

Color Harmonies of #490075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490075

Black with #490075

Text Example


Text Example

White with #490075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490075; }

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

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

background-color css

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

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

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

border-color css

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

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

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