#46148c

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

Shades of Indigo #46148C

Tints of Indigo #46148C

Color information

#46148C (or 0x46148C) is unknown color: approx Indigo. HEX triplet: 46, 14 and 8C. RGB value is (70,20,140). Sum of RGB (Red+Green+Blue) = 70+20+140=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 140 (55.08% from 255 or 60.87% from 230); Max value from RGB is 140 - color contains mainly: blue. Hex color #46148C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46148C is #B9EB73. Grayscale: #303030. Windows color (decimal): -12184436 or 9180230. OLE color: 9180230.

HSL color Cylindrical-coordinate representation of color #46148C: hue angle of 265º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #46148C is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7020140-
CMYK0.500.8600.45
HSL265º75%31.37%-
HSV(B)265º85.71%54.9%-
XYZ7.513.725.13-
YUV48.63179.56143.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.43%
GREEN value IS 20 (8.20% from 255) = 8.70%
BLUE value IS 140 (55.08% from 255) = 60.87%
R=30.43%
G=8.70%
B=60.87%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal70201400.500.8600.452657531.37
Hex46148C325602D1094b1f
Octal106242146212605541111337
Binary1000110101001000110011001010101100101101100001001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46148c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46148c; }

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

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

<style>
 a { background-color: #46148c; }

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

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

<style>
 span { border-color: #46148c; }

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

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