Html Css Color HEX #490881 Indigo

📋 copy color: '#490881'

red 73 ◦ green 8 ◦ blue 129

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

Shades of Indigo #490881

Tints of Indigo #490881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 61.43%

R = 34.76%
G = 3.81%
B = 61.43%

CMYK

 C value IS 0.43

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#490881 (or 0x490881) is known color: Indigo. HEX triplet: 49, 08 and 81. RGB value is (73,8,129). Sum of RGB (Red+Green+Blue) = 73+8+129=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 129 (50.78% from 255 or 61.43% from 210); Max value from RGB is 129 - color contains mainly: blue. Hex color #490881 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490881 is #B6F77E. Grayscale: #282828. Windows color (decimal): -11990911 or 8456265. OLE color: 8456265.

HSL color Cylindrical-coordinate representation of color #490881: hue angle of 272.23º 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 #490881 is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 8 129 -
CMYK 0.43 0.94 0 0.49
HSL 272.23º 0.88% 0.27% -
HSV(B) 272.23º 0.94% 0.51% -
XYZ 6.8 3.18 21.02 -
YUV 41.23 177.53 150.66 -
System Red Green Blue C M Y K H S L
Decimal 73 8 129 0.43 0.94 0 0.49 272.23 0.88 0.27
Hex 49 8 81 2B 5E 0 31 110 58 1B
Octal 111 10 201 53 136 0 61 420 130 33
Binary 1001001 1000 10000001 101011 1011110 0 110001 100010000 1011000 11011

Color Harmonies of #490881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490881

Black with #490881

Text Example


Text Example

White with #490881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490881; }

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

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

background-color css

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

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

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

border-color css

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

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

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