#46057F

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

Shades of Indigo #46057F

Tints of Indigo #46057F

Color information

#46057F (or 0x46057F) is unknown color: approx Indigo. HEX triplet: 46, 05 and 7F. RGB value is (70,5,127). Sum of RGB (Red+Green+Blue) = 70+5+127=202 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.65% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 127 (50% from 255 or 62.87% from 202); Max value from RGB is 127 - color contains mainly: blue. Hex color #46057F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46057F is #B9FA80. Grayscale: #252525. Windows color (decimal): -12188289 or 8324422. OLE color: 8324422.

HSL color Cylindrical-coordinate representation of color #46057F: hue angle of 271.97º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #46057F is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB705127-
CMYK0.450.9600.50
HSL271.97º92.42%25.88%-
HSV(B)271.97º96.06%49.8%-
XYZ6.412.9420.31-
YUV38.34178.03150.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.65%
GREEN value IS 5 (2.34% from 255) = 2.48%
BLUE value IS 127 (50% from 255) = 62.87%
R=34.65%
G=2.48%
B=62.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal7051270.450.9600.50271.9792.4225.88
Hex4657F2D600321105c1a
Octal10651775514006242013432
Binary1000110101111111110110111000000110010100010000101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46057F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,5,127); }

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

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

 a { background-color: rgb(70,5,127); }

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

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

 span { border-color: rgb(70,5,127); }

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