#46147C

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

Shades of Indigo #46147C

Tints of Indigo #46147C

Color information

#46147C (or 0x46147C) is unknown color: approx Indigo. HEX triplet: 46, 14 and 7C. RGB value is (70,20,124). Sum of RGB (Red+Green+Blue) = 70+20+124=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 20 (8.20% from 255 or 9.35% from 214); Blue value is 124 (48.83% from 255 or 57.94% from 214); Max value from RGB is 124 - color contains mainly: blue. Hex color #46147C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46147C is #B9EB83. Grayscale: #2E2E2E. Windows color (decimal): -12184452 or 8131654. OLE color: 8131654.

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

Color convert

RGB7020124-
CMYK0.440.8400.51
HSL268.85º72.22%28.24%-
HSV(B)268.85º83.87%48.63%-
XYZ6.413.2619.36-
YUV46.81171.56144.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.71%
GREEN value IS 20 (8.20% from 255) = 9.35%
BLUE value IS 124 (48.83% from 255) = 57.94%
R=32.71%
G=9.35%
B=57.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal70201240.440.8400.51268.8572.2228.24
Hex46147C2C5403310d481c
Octal106241745412406341511034
Binary100011010100111110010110010101000110011100001101100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46147C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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