#45127D

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

Shades of Indigo #45127D

Tints of Indigo #45127D

Color information

#45127D (or 0x45127D) is unknown color: approx Indigo. HEX triplet: 45, 12 and 7D. RGB value is (69,18,125). Sum of RGB (Red+Green+Blue) = 69+18+125=212 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.55% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 125 (49.22% from 255 or 58.96% from 212); Max value from RGB is 125 - color contains mainly: blue. Hex color #45127D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45127D is #BAED82. Grayscale: #2D2D2D. Windows color (decimal): -12250499 or 8196677. OLE color: 8196677.

HSL color Cylindrical-coordinate representation of color #45127D: hue angle of 268.6º 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 #45127D is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6918125-
CMYK0.450.8600.51
HSL268.6º74.83%28.04%-
HSV(B)268.6º85.6%49.02%-
XYZ6.373.1819.68-
YUV45.45172.9144.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.55%
GREEN value IS 18 (7.42% from 255) = 8.49%
BLUE value IS 125 (49.22% from 255) = 58.96%
R=32.55%
G=8.49%
B=58.96%

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
Decimal69181250.450.8600.51268.674.8328.04
Hex45127D2D5603310d4b1c
Octal105221755512606341511334
Binary100010110010111110110110110101100110011100001101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45127D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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