#45108D

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

Shades of Indigo #45108D

Tints of Indigo #45108D

Color information

#45108D (or 0x45108D) is unknown color: approx Indigo. HEX triplet: 45, 10 and 8D. RGB value is (69,16,141). Sum of RGB (Red+Green+Blue) = 69+16+141=226 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.53% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 141 (55.47% from 255 or 62.39% from 226); Max value from RGB is 141 - color contains mainly: blue. Hex color #45108D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45108D is #BAEF72. Grayscale: #2D2D2D. Windows color (decimal): -12250995 or 9244741. OLE color: 9244741.

HSL color Cylindrical-coordinate representation of color #45108D: hue angle of 265.44º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #45108D is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6916141-
CMYK0.510.8900.45
HSL265.44º79.62%30.78%-
HSV(B)265.44º88.65%55.29%-
XYZ7.453.5625.49-
YUV46.1181.56144.34-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.53%
GREEN value IS 16 (6.64% from 255) = 7.08%
BLUE value IS 141 (55.47% from 255) = 62.39%
R=30.53%
G=7.08%
B=62.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69161410.510.8900.45265.4479.6230.78
Hex45108D335902D109501f
Octal105202156313105541112037
Binary1000101100001000110111001110110010101101100001001101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45108D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,16,141); }

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

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

 a { background-color: rgb(69,16,141); }

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

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

 span { border-color: rgb(69,16,141); }

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