#46126D

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

Shades of Indigo #46126D

Tints of Indigo #46126D

Color information

#46126D (or 0x46126D) is unknown color: approx Indigo. HEX triplet: 46, 12 and 6D. RGB value is (70,18,109). Sum of RGB (Red+Green+Blue) = 70+18+109=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 109 (42.97% from 255 or 55.33% from 197); Max value from RGB is 109 - color contains mainly: blue. Hex color #46126D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46126D is #B9ED92. Grayscale: #2B2B2B. Windows color (decimal): -12184979 or 7148102. OLE color: 7148102.

HSL color Cylindrical-coordinate representation of color #46126D: hue angle of 274.29º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #46126D is Cyan = 0.36, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7018109-
CMYK0.360.8300.57
HSL274.29º71.65%24.9%-
HSV(B)274.29º83.49%42.75%-
XYZ5.52.8414.73-
YUV43.92164.73146.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.53%
GREEN value IS 18 (7.42% from 255) = 9.14%
BLUE value IS 109 (42.97% from 255) = 55.33%
R=35.53%
G=9.14%
B=55.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal70181090.360.8300.57274.2971.6524.9
Hex46126D24530391124819
Octal106221554412307142211031
Binary100011010010110110110010010100110111001100010010100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46126D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46126D; }

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

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

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

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

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

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

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

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