#45138E

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

Shades of Indigo #45138E

Tints of Indigo #45138E

Color information

#45138E (or 0x45138E) is unknown color: approx Indigo. HEX triplet: 45, 13 and 8E. RGB value is (69,19,142). Sum of RGB (Red+Green+Blue) = 69+19+142=230 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 142 (55.86% from 255 or 61.74% from 230); Max value from RGB is 142 - color contains mainly: blue. Hex color #45138E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45138E is #BAEC71. Grayscale: #2F2F2F. Windows color (decimal): -12250226 or 9311045. OLE color: 9311045.

HSL color Cylindrical-coordinate representation of color #45138E: hue angle of 264.39º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #45138E is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6919142-
CMYK0.510.8700.44
HSL264.39º76.4%31.57%-
HSV(B)264.39º86.62%55.69%-
XYZ7.573.6825.9-
YUV47.97181.06143-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30%
GREEN value IS 19 (7.81% from 255) = 8.26%
BLUE value IS 142 (55.86% from 255) = 61.74%
R=30%
G=8.26%
B=61.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal69191420.510.8700.44264.3976.431.57
Hex45138E335702C1084c20
Octal105232166312705441011440
Binary10001011001110001110110011101011101011001000010001001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45138E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45138E; }

 p { color: rgb(69,19,142); }

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

<style>
 a { background-color: #45138E; }

 a { background-color: rgb(69,19,142); }

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

<style>
 span { border-color: #45138E; }

 span { border-color: rgb(69,19,142); }

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