#46025E

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

Shades of Indigo #46025E

Tints of Indigo #46025E

Color information

#46025E (or 0x46025E) is unknown color: approx Indigo. HEX triplet: 46, 02 and 5E. RGB value is (70,2,94). Sum of RGB (Red+Green+Blue) = 70+2+94=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 94 (37.11% from 255 or 56.63% from 166); Max value from RGB is 94 - color contains mainly: blue. Hex color #46025E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46025E is #B9FDA1. Grayscale: #202020. Windows color (decimal): -12189090 or 6160966. OLE color: 6160966.

HSL color Cylindrical-coordinate representation of color #46025E: hue angle of 284.35º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #46025E is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB70294-
CMYK0.260.9800.63
HSL284.35º95.83%18.82%-
HSV(B)284.35º97.87%36.86%-
XYZ4.572.1510.76-
YUV32.82162.53154.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.17%
GREEN value IS 2 (1.17% from 255) = 1.20%
BLUE value IS 94 (37.11% from 255) = 56.63%
R=42.17%
G=1.20%
B=56.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal702940.260.9800.63284.3595.8318.82
Hex4625E1A6203F11c6013
Octal10621363214207743414023
Binary10001101010111101101011000100111111100011100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46025E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46025E; }

 p { color: rgb(70,2,94); }

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

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

 a { background-color: rgb(70,2,94); }

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

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

 span { border-color: rgb(70,2,94); }

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