#46035C

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

Shades of Indigo #46035C

Tints of Indigo #46035C

Color information

#46035C (or 0x46035C) is unknown color: approx Indigo. HEX triplet: 46, 03 and 5C. RGB value is (70,3,92). Sum of RGB (Red+Green+Blue) = 70+3+92=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 92 (36.33% from 255 or 55.76% from 165); Max value from RGB is 92 - color contains mainly: blue. Hex color #46035C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46035C is #B9FCA3. Grayscale: #202020. Windows color (decimal): -12188836 or 6030150. OLE color: 6030150.

HSL color Cylindrical-coordinate representation of color #46035C: hue angle of 285.17º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #46035C is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB70392-
CMYK0.240.9700.64
HSL285.17º93.68%18.63%-
HSV(B)285.17º96.74%36.08%-
XYZ4.492.1410.3-
YUV33.18161.2154.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.42%
GREEN value IS 3 (1.56% from 255) = 1.82%
BLUE value IS 92 (36.33% from 255) = 55.76%
R=42.42%
G=1.82%
B=55.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal703920.240.9700.64285.1793.6818.63
Hex4635C186104011d5e13
Octal106313430141010043513623
Binary100011011101110011000110000101000000100011101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46035C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,3,92); }

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

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

 a { background-color: rgb(70,3,92); }

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

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

 span { border-color: rgb(70,3,92); }

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