#461178

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

Shades of Indigo #461178

Tints of Indigo #461178

Color information

#461178 (or 0x461178) is unknown color: approx Indigo. HEX triplet: 46, 11 and 78. RGB value is (70,17,120). Sum of RGB (Red+Green+Blue) = 70+17+120=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 120 (47.27% from 255 or 57.97% from 207); Max value from RGB is 120 - color contains mainly: blue. Hex color #461178 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461178 is #B9EE87. Grayscale: #2C2C2C. Windows color (decimal): -12185224 or 7868742. OLE color: 7868742.

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

Color convert

RGB7017120-
CMYK0.420.8600.53
HSL270.87º75.18%26.86%-
HSV(B)270.87º85.83%47.06%-
XYZ6.123.0618.04-
YUV44.59170.56146.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.82%
GREEN value IS 17 (7.03% from 255) = 8.21%
BLUE value IS 120 (47.27% from 255) = 57.97%
R=33.82%
G=8.21%
B=57.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70171200.420.8600.53270.8775.1826.86
Hex4611782A5603510f4b1b
Octal106211705212606541711333
Binary100011010001111100010101010101100110101100001111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461178; }

 p { color: rgb(70,17,120); }

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

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

 a { background-color: rgb(70,17,120); }

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

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

 span { border-color: rgb(70,17,120); }

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