#46158D

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

Shades of Indigo #46158D

Tints of Indigo #46158D

Color information

#46158D (or 0x46158D) is unknown color: approx Indigo. HEX triplet: 46, 15 and 8D. RGB value is (70,21,141). Sum of RGB (Red+Green+Blue) = 70+21+141=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 141 (55.47% from 255 or 60.78% from 232); Max value from RGB is 141 - color contains mainly: blue. Hex color #46158D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46158D is #B9EA72. Grayscale: #303030. Windows color (decimal): -12184179 or 9246022. OLE color: 9246022.

HSL color Cylindrical-coordinate representation of color #46158D: hue angle of 264.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #46158D is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7021141-
CMYK0.500.8500.45
HSL264.5º74.07%31.76%-
HSV(B)264.5º85.11%55.29%-
XYZ7.63.7625.52-
YUV49.33179.73142.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.17%
GREEN value IS 21 (8.59% from 255) = 9.05%
BLUE value IS 141 (55.47% from 255) = 60.78%
R=30.17%
G=9.05%
B=60.78%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal70211410.500.8500.45264.574.0731.76
Hex46158D325502D1084a20
Octal106252156212505541011240
Binary10001101010110001101110010101010101011011000010001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46158D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46158D; }

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

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

<style>
 a { background-color: #46158D; }

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

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

<style>
 span { border-color: #46158D; }

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

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