#46026A

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

Shades of Indigo #46026A

Tints of Indigo #46026A

Color information

#46026A (or 0x46026A) is unknown color: approx Indigo. HEX triplet: 46, 02 and 6A. RGB value is (70,2,106). Sum of RGB (Red+Green+Blue) = 70+2+106=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 106 (41.80% from 255 or 59.55% from 178); Max value from RGB is 106 - color contains mainly: blue. Hex color #46026A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46026A is #B9FD95. Grayscale: #212121. Windows color (decimal): -12189078 or 6947398. OLE color: 6947398.

HSL color Cylindrical-coordinate representation of color #46026A: hue angle of 279.23º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #46026A is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB702106-
CMYK0.340.9800.58
HSL279.23º96.3%21.18%-
HSV(B)279.23º98.11%41.57%-
XYZ5.152.3913.82-
YUV34.19168.53153.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.33%
GREEN value IS 2 (1.17% from 255) = 1.12%
BLUE value IS 106 (41.80% from 255) = 59.55%
R=39.33%
G=1.12%
B=59.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7021060.340.9800.58279.2396.321.18
Hex4626A226203A1176015
Octal10621524214207242714025
Binary100011010110101010001011000100111010100010111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46026A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46026A; }

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

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

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

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

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

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

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

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