Html Css Color HEX #490975 Indigo

📋 copy color: '#490975'

red 73 ◦ green 9 ◦ blue 117

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

Shades of Indigo #490975

Tints of Indigo #490975

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.52%

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

R = 36.68%
G = 4.52%
B = 58.79%

CMYK

 C value IS 0.38

 M value IS 0.92

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#490975 (or 0x490975) is known color: Indigo. HEX triplet: 49, 09 and 75. RGB value is (73,9,117). Sum of RGB (Red+Green+Blue) = 73+9+117=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 117 (46.09% from 255 or 58.79% from 199); Max value from RGB is 117 - color contains mainly: blue. Hex color #490975 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490975 is #B6F68A. Grayscale: #282828. Windows color (decimal): -11990667 or 7670089. OLE color: 7670089.

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

Color convert

RGB 73 9 117 -
CMYK 0.38 0.92 0 0.54
HSL 275.56º 0.86% 0.25% -
HSV(B) 275.56º 0.92% 0.46% -
XYZ 6.06 2.9 17.07 -
YUV 40.45 171.2 151.22 -
System Red Green Blue C M Y K H S L
Decimal 73 9 117 0.38 0.92 0 0.54 275.56 0.86 0.25
Hex 49 9 75 26 5C 0 36 114 56 19
Octal 111 11 165 46 134 0 66 424 126 31
Binary 1001001 1001 1110101 100110 1011100 0 110110 100010100 1010110 11001

Color Harmonies of #490975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490975

Black with #490975

Text Example


Text Example

White with #490975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490975; }

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

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

background-color css

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

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

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

border-color css

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

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

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