Html Css Color HEX #490582 Indigo

📋 copy color: '#490582'

red 73 ◦ green 5 ◦ blue 130

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

Shades of Indigo #490582

Tints of Indigo #490582

RGB

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

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

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

R = 35.1%
G = 2.4%
B = 62.5%

CMYK

 C value IS 0.44

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#490582 (or 0x490582) is known color: Indigo. HEX triplet: 49, 05 and 82. RGB value is (73,5,130). Sum of RGB (Red+Green+Blue) = 73+5+130=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 130 (51.17% from 255 or 62.5% from 208); Max value from RGB is 130 - color contains mainly: blue. Hex color #490582 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490582 is #B6FA7D. Grayscale: #272727. Windows color (decimal): -11991678 or 8521033. OLE color: 8521033.

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

Color convert

RGB 73 5 130 -
CMYK 0.44 0.96 0 0.49
HSL 272.64º 0.93% 0.26% -
HSV(B) 272.64º 0.96% 0.51% -
XYZ 6.83 3.14 21.36 -
YUV 39.58 179.03 151.84 -
System Red Green Blue C M Y K H S L
Decimal 73 5 130 0.44 0.96 0 0.49 272.64 0.93 0.26
Hex 49 5 82 2C 60 0 31 111 5D 1A
Octal 111 5 202 54 140 0 61 421 135 32
Binary 1001001 101 10000010 101100 1100000 0 110001 100010001 1011101 11010

Color Harmonies of #490582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490582

Black with #490582

Text Example


Text Example

White with #490582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490582; }

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

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

background-color css

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

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

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

border-color css

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

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

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