#491478

Color #491478 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #491478

Tints of Indigo #491478

Color information

#491478 (or 0x491478) is unknown color: approx Indigo. HEX triplet: 49, 14 and 78. RGB value is (73,20,120). Sum of RGB (Red+Green+Blue) = 73+20+120=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 20 (8.20% from 255 or 9.39% from 213); Blue value is 120 (47.27% from 255 or 56.34% from 213); Max value from RGB is 120 - color contains mainly: blue. Hex color #491478 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491478 is #B6EB87. Grayscale: #2E2E2E. Windows color (decimal): -11987848 or 7869513. OLE color: 7869513.

HSL color Cylindrical-coordinate representation of color #491478: hue angle of 271.8º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #491478 is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7320120-
CMYK0.390.8300.53
HSL271.8º71.43%27.45%-
HSV(B)271.8º83.33%47.06%-
XYZ6.393.2718.06-
YUV47.25169.06146.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.27%
GREEN value IS 20 (8.20% from 255) = 9.39%
BLUE value IS 120 (47.27% from 255) = 56.34%
R=34.27%
G=9.39%
B=56.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73201200.390.8300.53271.871.4327.45
Hex4914782753035110471b
Octal111241704712306542010733
Binary100100110100111100010011110100110110101100010000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491478; }

 p { color: rgb(73,20,120); }

 H1.HeaderClassName
 {
   color: #491478;
 }
 .AnyTagClassName
 {
   color: #491478;
 }
</style>
background-color css

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

 a { background-color: rgb(73,20,120); }

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

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

 span { border-color: rgb(73,20,120); }

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