#46065E

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

Shades of Indigo #46065E

Tints of Indigo #46065E

Color information

#46065E (or 0x46065E) is unknown color: approx Indigo. HEX triplet: 46, 06 and 5E. RGB value is (70,6,94). Sum of RGB (Red+Green+Blue) = 70+6+94=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 6 (2.73% from 255 or 3.53% from 170); Blue value is 94 (37.11% from 255 or 55.29% from 170); Max value from RGB is 94 - color contains mainly: blue. Hex color #46065E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46065E is #B9F9A1. Grayscale: #222222. Windows color (decimal): -12188066 or 6161990. OLE color: 6161990.

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

Color convert

RGB70694-
CMYK0.260.9400.63
HSL283.64º88%19.61%-
HSV(B)283.64º93.62%36.86%-
XYZ4.612.2410.78-
YUV35.17161.2152.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.18%
GREEN value IS 6 (2.73% from 255) = 3.53%
BLUE value IS 94 (37.11% from 255) = 55.29%
R=41.18%
G=3.53%
B=55.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal706940.260.9400.63283.648819.61
Hex4665E1A5E03F11c5814
Octal10661363213607743413024
Binary100011011010111101101010111100111111100011100101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46065E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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