#4505AC

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

Shades of Indigo #4505AC

Tints of Indigo #4505AC

Color information

#4505AC (or 0x4505AC) is unknown color: approx Indigo. HEX triplet: 45, 05 and AC. RGB value is (69,5,172). Sum of RGB (Red+Green+Blue) = 69+5+172=246 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.05% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 172 (67.58% from 255 or 69.92% from 246); Max value from RGB is 172 - color contains mainly: blue. Hex color #4505AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4505AC is #BAFA53. Grayscale: #2A2A2A. Windows color (decimal): -12253780 or 11273541. OLE color: 11273541.

HSL color Cylindrical-coordinate representation of color #4505AC: hue angle of 262.99º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4505AC is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB695172-
CMYK0.600.9700.33
HSL262.99º94.35%34.71%-
HSV(B)262.99º97.09%67.45%-
XYZ9.954.3539.35-
YUV43.17200.7146.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.05%
GREEN value IS 5 (2.34% from 255) = 2.03%
BLUE value IS 172 (67.58% from 255) = 69.92%
R=28.05%
G=2.03%
B=69.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal6951720.600.9700.33262.9994.3534.71
Hex455AC3C610211075e23
Octal10552547414104140713643
Binary100010110110101100111100110000101000011000001111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4505AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4505AC; }

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

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

<style>
 a { background-color: #4505AC; }

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

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

<style>
 span { border-color: #4505AC; }

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

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