#46025F

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

Shades of Indigo #46025F

Tints of Indigo #46025F

Color information

#46025F (or 0x46025F) is unknown color: approx Indigo. HEX triplet: 46, 02 and 5F. RGB value is (70,2,95). Sum of RGB (Red+Green+Blue) = 70+2+95=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 95 (37.5% from 255 or 56.89% from 167); Max value from RGB is 95 - color contains mainly: blue. Hex color #46025F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46025F is #B9FDA0. Grayscale: #202020. Windows color (decimal): -12189089 or 6226502. OLE color: 6226502.

HSL color Cylindrical-coordinate representation of color #46025F: hue angle of 283.87º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #46025F is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB70295-
CMYK0.260.9800.63
HSL283.87º95.88%19.02%-
HSV(B)283.87º97.89%37.25%-
XYZ4.612.1711-
YUV32.93163.03154.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.92%
GREEN value IS 2 (1.17% from 255) = 1.20%
BLUE value IS 95 (37.5% from 255) = 56.89%
R=41.92%
G=1.20%
B=56.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal702950.260.9800.63283.8795.8819.02
Hex4625F1A6203F11c6013
Octal10621373214207743414023
Binary10001101010111111101011000100111111100011100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46025F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46025F; }

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

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

<style>
 a { background-color: #46025F; }

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

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

<style>
 span { border-color: #46025F; }

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

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