#45127E

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

Shades of Indigo #45127E

Tints of Indigo #45127E

Color information

#45127E (or 0x45127E) is unknown color: approx Indigo. HEX triplet: 45, 12 and 7E. RGB value is (69,18,126). Sum of RGB (Red+Green+Blue) = 69+18+126=213 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.39% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 126 (49.61% from 255 or 59.15% from 213); Max value from RGB is 126 - color contains mainly: blue. Hex color #45127E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45127E is #BAED81. Grayscale: #2D2D2D. Windows color (decimal): -12250498 or 8262213. OLE color: 8262213.

HSL color Cylindrical-coordinate representation of color #45127E: hue angle of 268.33º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #45127E is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6918126-
CMYK0.450.8600.51
HSL268.33º75%28.24%-
HSV(B)268.33º85.71%49.41%-
XYZ6.443.220.02-
YUV45.56173.4144.72-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.39%
GREEN value IS 18 (7.42% from 255) = 8.45%
BLUE value IS 126 (49.61% from 255) = 59.15%
R=32.39%
G=8.45%
B=59.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal69181260.450.8600.51268.337528.24
Hex45127E2D5603310c4b1c
Octal105221765512606341411334
Binary100010110010111111010110110101100110011100001100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45127E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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