#45057F

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

Shades of Indigo #45057F

Tints of Indigo #45057F

Color information

#45057F (or 0x45057F) is unknown color: approx Indigo. HEX triplet: 45, 05 and 7F. RGB value is (69,5,127). Sum of RGB (Red+Green+Blue) = 69+5+127=201 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.33% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 127 (50% from 255 or 63.18% from 201); Max value from RGB is 127 - color contains mainly: blue. Hex color #45057F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45057F is #BAFA80. Grayscale: #252525. Windows color (decimal): -12253825 or 8324421. OLE color: 8324421.

HSL color Cylindrical-coordinate representation of color #45057F: hue angle of 271.48º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #45057F is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB695127-
CMYK0.460.9600.50
HSL271.48º92.42%25.88%-
HSV(B)271.48º96.06%49.8%-
XYZ6.342.9120.31-
YUV38.04178.2150.08-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.33%
GREEN value IS 5 (2.34% from 255) = 2.49%
BLUE value IS 127 (50% from 255) = 63.18%
R=34.33%
G=2.49%
B=63.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6951270.460.9600.50271.4892.4225.88
Hex4557F2E6003210f5c1a
Octal10551775614006241713432
Binary1000101101111111110111011000000110010100001111101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45057F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,5,127); }

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

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

 a { background-color: rgb(69,5,127); }

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

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

 span { border-color: rgb(69,5,127); }

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