Html Css Color HEX #491081 Indigo

📋 copy color: '#491081'

red 73 ◦ green 16 ◦ blue 129

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

Shades of Indigo #491081

Tints of Indigo #491081

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.34%

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

R = 33.49%
G = 7.34%
B = 59.17%

CMYK

 C value IS 0.43

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#491081 (or 0x491081) is known color: Indigo. HEX triplet: 49, 10 and 81. RGB value is (73,16,129). Sum of RGB (Red+Green+Blue) = 73+16+129=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 129 (50.78% from 255 or 59.17% from 218); Max value from RGB is 129 - color contains mainly: blue. Hex color #491081 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491081 is #B6EF7E. Grayscale: #2D2D2D. Windows color (decimal): -11988863 or 8458313. OLE color: 8458313.

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

Color convert

RGB 73 16 129 -
CMYK 0.43 0.88 0 0.49
HSL 270.27º 0.78% 0.28% -
HSV(B) 270.27º 0.88% 0.51% -
XYZ 6.9 3.37 21.06 -
YUV 45.93 174.88 147.31 -
System Red Green Blue C M Y K H S L
Decimal 73 16 129 0.43 0.88 0 0.49 270.27 0.78 0.28
Hex 49 10 81 2B 58 0 31 10E 4E 1C
Octal 111 20 201 53 130 0 61 416 116 34
Binary 1001001 10000 10000001 101011 1011000 0 110001 100001110 1001110 11100

Color Harmonies of #491081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491081

Black with #491081

Text Example


Text Example

White with #491081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491081; }

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

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

background-color css

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

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

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

border-color css

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

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

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