Html Css Color HEX #490592 Indigo

📋 copy color: '#490592'

red 73 ◦ green 5 ◦ blue 146

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

Shades of Indigo #490592

Tints of Indigo #490592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 65.18%

R = 32.59%
G = 2.23%
B = 65.18%

CMYK

 C value IS 0.5

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#490592 (or 0x490592) is known color: Indigo. HEX triplet: 49, 05 and 92. RGB value is (73,5,146). Sum of RGB (Red+Green+Blue) = 73+5+146=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 146 (57.42% from 255 or 65.18% from 224); Max value from RGB is 146 - color contains mainly: blue. Hex color #490592 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490592 is #B6FA6D. Grayscale: #282828. Windows color (decimal): -11991662 or 9569609. OLE color: 9569609.

HSL color Cylindrical-coordinate representation of color #490592: hue angle of 268.94º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #490592 is Cyan = 0.5, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 5 146 -
CMYK 0.5 0.97 0 0.43
HSL 268.94º 0.93% 0.3% -
HSV(B) 268.94º 0.97% 0.57% -
XYZ 7.99 3.6 27.47 -
YUV 41.41 187.03 150.54 -
System Red Green Blue C M Y K H S L
Decimal 73 5 146 0.5 0.97 0 0.43 268.94 0.93 0.3
Hex 49 5 92 32 61 0 2B 10D 5D 1E
Octal 111 5 222 62 141 0 53 415 135 36
Binary 1001001 101 10010010 110010 1100001 0 101011 100001101 1011101 11110

Color Harmonies of #490592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490592

Black with #490592

Text Example


Text Example

White with #490592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490592; }

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

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

background-color css

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

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

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

border-color css

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

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

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