#45128A

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

Shades of Indigo #45128A

Tints of Indigo #45128A

Color information

#45128A (or 0x45128A) is unknown color: approx Indigo. HEX triplet: 45, 12 and 8A. RGB value is (69,18,138). Sum of RGB (Red+Green+Blue) = 69+18+138=225 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.67% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 138 (54.30% from 255 or 61.33% from 225); Max value from RGB is 138 - color contains mainly: blue. Hex color #45128A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45128A is #BAED75. Grayscale: #2E2E2E. Windows color (decimal): -12250486 or 9048645. OLE color: 9048645.

HSL color Cylindrical-coordinate representation of color #45128A: hue angle of 265.5º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #45128A is Cyan = 0.5, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6918138-
CMYK0.50.8700.46
HSL265.5º76.92%30.59%-
HSV(B)265.5º86.96%54.12%-
XYZ7.263.5324.34-
YUV46.93179.4143.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.67%
GREEN value IS 18 (7.42% from 255) = 8%
BLUE value IS 138 (54.30% from 255) = 61.33%
R=30.67%
G=8%
B=61.33%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal69181380.50.8700.46265.576.9230.59
Hex45128A325702E10a4d1f
Octal105222126212705641211537
Binary1000101100101000101011001010101110101110100001010100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45128A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45128A; }

 p { color: rgb(69,18,138); }

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

<style>
 a { background-color: #45128A; }

 a { background-color: rgb(69,18,138); }

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

<style>
 span { border-color: #45128A; }

 span { border-color: rgb(69,18,138); }

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