#46015A

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

Shades of Indigo #46015A

Tints of Indigo #46015A

Color information

#46015A (or 0x46015A) is unknown color: approx Indigo. HEX triplet: 46, 01 and 5A. RGB value is (70,1,90). Sum of RGB (Red+Green+Blue) = 70+1+90=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 90 (35.55% from 255 or 55.90% from 161); Max value from RGB is 90 - color contains mainly: blue. Hex color #46015A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46015A is #B9FEA5. Grayscale: #1F1F1F. Windows color (decimal): -12189350 or 5898566. OLE color: 5898566.

HSL color Cylindrical-coordinate representation of color #46015A: hue angle of 286.52º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #46015A is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB70190-
CMYK0.220.9900.65
HSL286.52º97.8%17.84%-
HSV(B)286.52º98.89%35.29%-
XYZ4.382.069.84-
YUV31.78160.86155.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.48%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 90 (35.55% from 255) = 55.90%
R=43.48%
G=0.62%
B=55.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal701900.220.9900.65286.5297.817.84
Hex4615A166304111f6212
Octal106113226143010143714222
Binary10001101101101010110110001101000001100011111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46015A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46015A; }

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

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

<style>
 a { background-color: #46015A; }

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

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

<style>
 span { border-color: #46015A; }

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

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