#46026C

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

Shades of Indigo #46026C

Tints of Indigo #46026C

Color information

#46026C (or 0x46026C) is unknown color: approx Indigo. HEX triplet: 46, 02 and 6C. RGB value is (70,2,108). Sum of RGB (Red+Green+Blue) = 70+2+108=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 108 (42.58% from 255 or 60% from 180); Max value from RGB is 108 - color contains mainly: blue. Hex color #46026C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46026C is #B9FD93. Grayscale: #222222. Windows color (decimal): -12189076 or 7078470. OLE color: 7078470.

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

Color convert

RGB702108-
CMYK0.350.9800.58
HSL278.49º96.36%21.57%-
HSV(B)278.49º98.15%42.35%-
XYZ5.252.4314.38-
YUV34.42169.53153.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.89%
GREEN value IS 2 (1.17% from 255) = 1.11%
BLUE value IS 108 (42.58% from 255) = 60%
R=38.89%
G=1.11%
B=60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7021080.350.9800.58278.4996.3621.57
Hex4626C236203A1166016
Octal10621544314207242614026
Binary100011010110110010001111000100111010100010110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46026C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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