Html Css Color HEX #490084 Indigo

📋 copy color: '#490084'

red 73 ◦ green 0 ◦ blue 132

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

Shades of Indigo #490084

Tints of Indigo #490084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 64.39%

R = 35.61%
G = 0%
B = 64.39%

CMYK

 C value IS 0.45

 M value IS 1

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#490084 (or 0x490084) is known color: Indigo. HEX triplet: 49, 00 and 84. RGB value is (73,0,132). Sum of RGB (Red+Green+Blue) = 73+0+132=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 132 (51.95% from 255 or 64.39% from 205); Max value from RGB is 132 - color contains mainly: blue. Hex color #490084 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490084 is #B6FF7B. Grayscale: #242424. Windows color (decimal): -11992956 or 8650825. OLE color: 8650825.

HSL color Cylindrical-coordinate representation of color #490084: hue angle of 273.18º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #490084 is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 0 132 -
CMYK 0.45 1 0 0.48
HSL 273.18º 1% 0.26% -
HSV(B) 273.18º 1% 0.52% -
XYZ 6.91 3.08 22.06 -
YUV 36.88 181.68 153.77 -
System Red Green Blue C M Y K H S L
Decimal 73 0 132 0.45 1 0 0.48 273.18 1 0.26
Hex 49 0 84 2D 64 0 30 111 64 1A
Octal 111 0 204 55 144 0 60 421 144 32
Binary 1001001 0 10000100 101101 1100100 0 110000 100010001 1100100 11010

Color Harmonies of #490084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490084

Black with #490084

Text Example


Text Example

White with #490084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490084; }

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

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

background-color css

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

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

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

border-color css

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

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

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