Html Css Color HEX #490082 Indigo

📋 copy color: '#490082'

red 73 ◦ green 0 ◦ blue 130

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

Shades of Indigo #490082

Tints of Indigo #490082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 64.04%

R = 35.96%
G = 0%
B = 64.04%

CMYK

 C value IS 0.44

 M value IS 1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#490082 (or 0x490082) is known color: Indigo. HEX triplet: 49, 00 and 82. RGB value is (73,0,130). Sum of RGB (Red+Green+Blue) = 73+0+130=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 130 (51.17% from 255 or 64.04% from 203); Max value from RGB is 130 - color contains mainly: blue. Hex color #490082 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490082 is #B6FF7D. Grayscale: #242424. Windows color (decimal): -11992958 or 8519753. OLE color: 8519753.

HSL color Cylindrical-coordinate representation of color #490082: hue angle of 273.69º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #490082 is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 0 130 -
CMYK 0.44 1 0 0.49
HSL 273.69º 1% 0.25% -
HSV(B) 273.69º 1% 0.51% -
XYZ 6.78 3.03 21.35 -
YUV 36.65 180.68 153.93 -
System Red Green Blue C M Y K H S L
Decimal 73 0 130 0.44 1 0 0.49 273.69 1 0.25
Hex 49 0 82 2C 64 0 31 112 64 19
Octal 111 0 202 54 144 0 61 422 144 31
Binary 1001001 0 10000010 101100 1100100 0 110001 100010010 1100100 11001

Color Harmonies of #490082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490082

Black with #490082

Text Example


Text Example

White with #490082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490082; }

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

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

background-color css

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

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

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

border-color css

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

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

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