#46025C

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

Shades of Indigo #46025C

Tints of Indigo #46025C

Color information

#46025C (or 0x46025C) is unknown color: approx Indigo. HEX triplet: 46, 02 and 5C. RGB value is (70,2,92). Sum of RGB (Red+Green+Blue) = 70+2+92=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 92 (36.33% from 255 or 56.10% from 164); Max value from RGB is 92 - color contains mainly: blue. Hex color #46025C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46025C is #B9FDA3. Grayscale: #202020. Windows color (decimal): -12189092 or 6029894. OLE color: 6029894.

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

Color convert

RGB70292-
CMYK0.240.9800.64
HSL285.33º95.74%18.43%-
HSV(B)285.33º97.83%36.08%-
XYZ4.482.1210.3-
YUV32.59161.53154.68-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.68%
GREEN value IS 2 (1.17% from 255) = 1.22%
BLUE value IS 92 (36.33% from 255) = 56.10%
R=42.68%
G=1.22%
B=56.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal702920.240.9800.64285.3395.7418.43
Hex4625C186204011d6012
Octal106213430142010043514022
Binary100011010101110011000110001001000000100011101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46025C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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