Html Css Color HEX #491380 Indigo

📋 copy color: '#491380'

red 73 ◦ green 19 ◦ blue 128

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

Shades of Indigo #491380

Tints of Indigo #491380

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.64%

 BLUE value IS 128 (50.39% from 255) = 58.18%

R = 33.18%
G = 8.64%
B = 58.18%

CMYK

 C value IS 0.43

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#491380 (or 0x491380) is known color: Indigo. HEX triplet: 49, 13 and 80. RGB value is (73,19,128). Sum of RGB (Red+Green+Blue) = 73+19+128=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 128 (50.39% from 255 or 58.18% from 220); Max value from RGB is 128 - color contains mainly: blue. Hex color #491380 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491380 is #B6EC7F. Grayscale: #2F2F2F. Windows color (decimal): -11988096 or 8393545. OLE color: 8393545.

HSL color Cylindrical-coordinate representation of color #491380: hue angle of 269.72º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #491380 is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 19 128 -
CMYK 0.43 0.85 0 0.50
HSL 269.72º 0.74% 0.29% -
HSV(B) 269.72º 0.85% 0.5% -
XYZ 6.88 3.44 20.72 -
YUV 47.57 173.39 146.14 -
System Red Green Blue C M Y K H S L
Decimal 73 19 128 0.43 0.85 0 0.50 269.72 0.74 0.29
Hex 49 13 80 2B 55 0 32 10E 4A 1D
Octal 111 23 200 53 125 0 62 416 112 35
Binary 1001001 10011 10000000 101011 1010101 0 110010 100001110 1001010 11101

Color Harmonies of #491380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491380

Black with #491380

Text Example


Text Example

White with #491380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491380; }

 p { color: rgb(73,19,128); }

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

background-color css

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

 a { background-color: rgb(73,19,128); }

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

border-color css

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

 span { border-color: rgb(73,19,128); }

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