Html Css Color HEX #490181 Indigo

📋 copy color: '#490181'

red 73 ◦ green 1 ◦ blue 129

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

Shades of Indigo #490181

Tints of Indigo #490181

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 35.96%
G = 0.49%
B = 63.55%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#490181 (or 0x490181) is known color: Indigo. HEX triplet: 49, 01 and 81. RGB value is (73,1,129). Sum of RGB (Red+Green+Blue) = 73+1+129=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 129 (50.78% from 255 or 63.55% from 203); Max value from RGB is 129 - color contains mainly: blue. Hex color #490181 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490181 is #B6FE7E. Grayscale: #242424. Windows color (decimal): -11992703 or 8454473. OLE color: 8454473.

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

Color convert

RGB 73 1 129 -
CMYK 0.43 0.99 0 0.49
HSL 273.75º 0.98% 0.25% -
HSV(B) 273.75º 0.99% 0.51% -
XYZ 6.72 3.02 21 -
YUV 37.12 179.85 153.59 -
System Red Green Blue C M Y K H S L
Decimal 73 1 129 0.43 0.99 0 0.49 273.75 0.98 0.25
Hex 49 1 81 2B 63 0 31 112 62 19
Octal 111 1 201 53 143 0 61 422 142 31
Binary 1001001 1 10000001 101011 1100011 0 110001 100010010 1100010 11001

Color Harmonies of #490181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490181

Black with #490181

Text Example


Text Example

White with #490181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490181; }

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

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

background-color css

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

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

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

border-color css

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

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

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