#46016E

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

Shades of Indigo #46016E

Tints of Indigo #46016E

Color information

#46016E (or 0x46016E) is unknown color: approx Indigo. HEX triplet: 46, 01 and 6E. RGB value is (70,1,110). Sum of RGB (Red+Green+Blue) = 70+1+110=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 110 (43.36% from 255 or 60.77% from 181); Max value from RGB is 110 - color contains mainly: blue. Hex color #46016E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46016E is #B9FE91. Grayscale: #212121. Windows color (decimal): -12189330 or 7209286. OLE color: 7209286.

HSL color Cylindrical-coordinate representation of color #46016E: hue angle of 277.98º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #46016E is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB701110-
CMYK0.360.9900.57
HSL277.98º98.2%21.76%-
HSV(B)277.98º99.09%43.14%-
XYZ5.352.4514.94-
YUV34.06170.86153.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.67%
GREEN value IS 1 (0.78% from 255) = 0.55%
BLUE value IS 110 (43.36% from 255) = 60.77%
R=38.67%
G=0.55%
B=60.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7011100.360.9900.57277.9898.221.76
Hex4616E24630391166216
Octal10611564414307142614226
Binary10001101110111010010011000110111001100010110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46016E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,1,110); }

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

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

 a { background-color: rgb(70,1,110); }

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

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

 span { border-color: rgb(70,1,110); }

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