#461276

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

Shades of Indigo #461276

Tints of Indigo #461276

Color information

#461276 (or 0x461276) is unknown color: approx Indigo. HEX triplet: 46, 12 and 76. RGB value is (70,18,118). Sum of RGB (Red+Green+Blue) = 70+18+118=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 118 (46.48% from 255 or 57.28% from 206); Max value from RGB is 118 - color contains mainly: blue. Hex color #461276 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461276 is #B9ED89. Grayscale: #2C2C2C. Windows color (decimal): -12184970 or 7737926. OLE color: 7737926.

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

Color convert

RGB7018118-
CMYK0.410.8500.54
HSL271.2º73.53%26.67%-
HSV(B)271.2º84.75%46.27%-
XYZ6.013.0417.41-
YUV44.95169.23145.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.98%
GREEN value IS 18 (7.42% from 255) = 8.74%
BLUE value IS 118 (46.48% from 255) = 57.28%
R=33.98%
G=8.74%
B=57.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70181180.410.8500.54271.273.5326.67
Hex461276295503610f4a1b
Octal106221665112506641711233
Binary100011010010111011010100110101010110110100001111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461276; }

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

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

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

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

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

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

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

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