#46027F

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

Shades of Indigo #46027F

Tints of Indigo #46027F

Color information

#46027F (or 0x46027F) is unknown color: approx Indigo. HEX triplet: 46, 02 and 7F. RGB value is (70,2,127). Sum of RGB (Red+Green+Blue) = 70+2+127=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 127 (50% from 255 or 63.82% from 199); Max value from RGB is 127 - color contains mainly: blue. Hex color #46027F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46027F is #B9FD80. Grayscale: #242424. Windows color (decimal): -12189057 or 8323654. OLE color: 8323654.

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

Color convert

RGB702127-
CMYK0.450.9800.50
HSL272.64º96.9%25.29%-
HSV(B)272.64º98.43%49.8%-
XYZ6.382.8820.3-
YUV36.58179.03151.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.18%
GREEN value IS 2 (1.17% from 255) = 1.01%
BLUE value IS 127 (50% from 255) = 63.82%
R=35.18%
G=1.01%
B=63.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal7021270.450.9800.50272.6496.925.29
Hex4627F2D620321116119
Octal10621775514206242114131
Binary100011010111111110110111000100110010100010001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46027F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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