#461576

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

Shades of Indigo #461576

Tints of Indigo #461576

Color information

#461576 (or 0x461576) is unknown color: approx Indigo. HEX triplet: 46, 15 and 76. RGB value is (70,21,118). Sum of RGB (Red+Green+Blue) = 70+21+118=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 118 (46.48% from 255 or 56.46% from 209); Max value from RGB is 118 - color contains mainly: blue. Hex color #461576 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461576 is #B9EA89. Grayscale: #2E2E2E. Windows color (decimal): -12184202 or 7738694. OLE color: 7738694.

HSL color Cylindrical-coordinate representation of color #461576: hue angle of 270.31º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #461576 is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7021118-
CMYK0.410.8200.54
HSL270.31º69.78%27.25%-
HSV(B)270.31º82.2%46.27%-
XYZ6.063.1517.43-
YUV46.71168.23144.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.49%
GREEN value IS 21 (8.59% from 255) = 10.05%
BLUE value IS 118 (46.48% from 255) = 56.46%
R=33.49%
G=10.05%
B=56.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70211180.410.8200.54270.3169.7827.25
Hex461576295203610e461b
Octal106251665112206641610633
Binary100011010101111011010100110100100110110100001110100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461576; }

 p { color: rgb(70,21,118); }

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

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

 a { background-color: rgb(70,21,118); }

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

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

 span { border-color: rgb(70,21,118); }

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