#461291

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

Shades of Indigo #461291

Tints of Indigo #461291

Color information

#461291 (or 0x461291) is unknown color: approx Indigo. HEX triplet: 46, 12 and 91. RGB value is (70,18,145). Sum of RGB (Red+Green+Blue) = 70+18+145=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 145 (57.03% from 255 or 62.23% from 233); Max value from RGB is 145 - color contains mainly: blue. Hex color #461291 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461291 is #B9ED6E. Grayscale: #2F2F2F. Windows color (decimal): -12184943 or 9507398. OLE color: 9507398.

HSL color Cylindrical-coordinate representation of color #461291: hue angle of 264.57º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #461291 is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7018145-
CMYK0.520.8800.43
HSL264.57º77.91%31.96%-
HSV(B)264.57º87.59%56.86%-
XYZ7.853.7827.1-
YUV48.03182.73143.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.04%
GREEN value IS 18 (7.42% from 255) = 7.73%
BLUE value IS 145 (57.03% from 255) = 62.23%
R=30.04%
G=7.73%
B=62.23%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70181450.520.8800.43264.5777.9131.96
Hex461291345802B1094e20
Octal106222216413005341111640
Binary10001101001010010001110100101100001010111000010011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461291; }

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

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

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

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

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

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

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

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