Html Css Color HEX #490882 Indigo

📋 copy color: '#490882'

red 73 ◦ green 8 ◦ blue 130

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

Shades of Indigo #490882

Tints of Indigo #490882

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.79%

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

R = 34.6%
G = 3.79%
B = 61.61%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#490882 (or 0x490882) is known color: Indigo. HEX triplet: 49, 08 and 82. RGB value is (73,8,130). Sum of RGB (Red+Green+Blue) = 73+8+130=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 130 (51.17% from 255 or 61.61% from 211); Max value from RGB is 130 - color contains mainly: blue. Hex color #490882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490882 is #B6F77D. Grayscale: #282828. Windows color (decimal): -11990910 or 8521801. OLE color: 8521801.

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

Color convert

RGB 73 8 130 -
CMYK 0.44 0.94 0 0.49
HSL 271.97º 0.88% 0.27% -
HSV(B) 271.97º 0.94% 0.51% -
XYZ 6.86 3.2 21.38 -
YUV 41.34 178.03 150.58 -
System Red Green Blue C M Y K H S L
Decimal 73 8 130 0.44 0.94 0 0.49 271.97 0.88 0.27
Hex 49 8 82 2C 5E 0 31 110 58 1B
Octal 111 10 202 54 136 0 61 420 130 33
Binary 1001001 1000 10000010 101100 1011110 0 110001 100010000 1011000 11011

Color Harmonies of #490882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490882

Black with #490882

Text Example


Text Example

White with #490882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490882; }

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

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

background-color css

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

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

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

border-color css

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

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

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