#46017F

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

Shades of Indigo #46017F

Tints of Indigo #46017F

Color information

#46017F (or 0x46017F) is unknown color: approx Indigo. HEX triplet: 46, 01 and 7F. RGB value is (70,1,127). Sum of RGB (Red+Green+Blue) = 70+1+127=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 127 (50% from 255 or 64.14% from 198); Max value from RGB is 127 - color contains mainly: blue. Hex color #46017F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46017F is #B9FE80. Grayscale: #232323. Windows color (decimal): -12189313 or 8323398. OLE color: 8323398.

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

Color convert

RGB701127-
CMYK0.450.9900.50
HSL272.86º98.44%25.1%-
HSV(B)272.86º99.21%49.8%-
XYZ6.372.8620.29-
YUV35.99179.36152.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.35%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 127 (50% from 255) = 64.14%
R=35.35%
G=0.51%
B=64.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal7011270.450.9900.50272.8698.4425.1
Hex4617F2D630321116219
Octal10611775514306242114231
Binary10001101111111110110111000110110010100010001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46017F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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