#46157C

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

Shades of Indigo #46157C

Tints of Indigo #46157C

Color information

#46157C (or 0x46157C) is unknown color: approx Indigo. HEX triplet: 46, 15 and 7C. RGB value is (70,21,124). Sum of RGB (Red+Green+Blue) = 70+21+124=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 124 (48.83% from 255 or 57.67% from 215); Max value from RGB is 124 - color contains mainly: blue. Hex color #46157C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46157C is #B9EA83. Grayscale: #2F2F2F. Windows color (decimal): -12184196 or 8131910. OLE color: 8131910.

HSL color Cylindrical-coordinate representation of color #46157C: hue angle of 268.54º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #46157C is Cyan = 0.44, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7021124-
CMYK0.440.8300.51
HSL268.54º71.03%28.43%-
HSV(B)268.54º83.06%48.63%-
XYZ6.433.2919.37-
YUV47.39171.23144.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.56%
GREEN value IS 21 (8.59% from 255) = 9.77%
BLUE value IS 124 (48.83% from 255) = 57.67%
R=32.56%
G=9.77%
B=57.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal70211240.440.8300.51268.5471.0328.43
Hex46157C2C5303310d471c
Octal106251745412306341510734
Binary100011010101111110010110010100110110011100001101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46157C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,21,124); }

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

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

 a { background-color: rgb(70,21,124); }

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

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

 span { border-color: rgb(70,21,124); }

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