#45116F

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

Shades of Indigo #45116F

Tints of Indigo #45116F

Color information

#45116F (or 0x45116F) is unknown color: approx Indigo. HEX triplet: 45, 11 and 6F. RGB value is (69,17,111). Sum of RGB (Red+Green+Blue) = 69+17+111=197 (26% of max value = 765). Red value is 69 (27.34% from 255 or 35.03% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 111 (43.75% from 255 or 56.35% from 197); Max value from RGB is 111 - color contains mainly: blue. Hex color #45116F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45116F is #BAEE90. Grayscale: #2A2A2A. Windows color (decimal): -12250769 or 7278917. OLE color: 7278917.

HSL color Cylindrical-coordinate representation of color #45116F: hue angle of 273.19º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #45116F is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6917111-
CMYK0.380.8500.56
HSL273.19º73.44%25.1%-
HSV(B)273.19º84.68%43.53%-
XYZ5.522.8115.29-
YUV43.26166.23146.36-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.03%
GREEN value IS 17 (7.03% from 255) = 8.63%
BLUE value IS 111 (43.75% from 255) = 56.35%
R=35.03%
G=8.63%
B=56.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69171110.380.8500.56273.1973.4425.1
Hex45116F26550381114919
Octal105211574612507042111131
Binary100010110001110111110011010101010111000100010001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45116F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45116F; }

 p { color: rgb(69,17,111); }

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

<style>
 a { background-color: #45116F; }

 a { background-color: rgb(69,17,111); }

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

<style>
 span { border-color: #45116F; }

 span { border-color: rgb(69,17,111); }

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