#45127C

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

Shades of Indigo #45127C

Tints of Indigo #45127C

Color information

#45127C (or 0x45127C) is unknown color: approx Indigo. HEX triplet: 45, 12 and 7C. RGB value is (69,18,124). Sum of RGB (Red+Green+Blue) = 69+18+124=211 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.70% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 124 (48.83% from 255 or 58.77% from 211); Max value from RGB is 124 - color contains mainly: blue. Hex color #45127C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45127C is #BAED83. Grayscale: #2C2C2C. Windows color (decimal): -12250500 or 8131141. OLE color: 8131141.

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

Color convert

RGB6918124-
CMYK0.440.8500.51
HSL268.87º74.65%27.84%-
HSV(B)268.87º85.48%48.63%-
XYZ6.313.1519.34-
YUV45.33172.4144.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.70%
GREEN value IS 18 (7.42% from 255) = 8.53%
BLUE value IS 124 (48.83% from 255) = 58.77%
R=32.70%
G=8.53%
B=58.77%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal69181240.440.8500.51268.8774.6527.84
Hex45127C2C5503310d4b1c
Octal105221745412506341511334
Binary100010110010111110010110010101010110011100001101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45127C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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