#4510AA

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

Shades of Indigo #4510AA

Tints of Indigo #4510AA

Color information

#4510AA (or 0x4510AA) is unknown color: approx Indigo. HEX triplet: 45, 10 and AA. RGB value is (69,16,170). Sum of RGB (Red+Green+Blue) = 69+16+170=255 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.06% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 170 (66.80% from 255 or 66.67% from 255); Max value from RGB is 170 - color contains mainly: blue. Hex color #4510AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4510AA is #BAEF55. Grayscale: #303030. Windows color (decimal): -12250966 or 11145285. OLE color: 11145285.

HSL color Cylindrical-coordinate representation of color #4510AA: hue angle of 260.65º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4510AA is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6916170-
CMYK0.590.9100.33
HSL260.65º82.8%36.47%-
HSV(B)260.65º90.59%66.67%-
XYZ9.94.5438.38-
YUV49.4196.06141.98-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.06%
GREEN value IS 16 (6.64% from 255) = 6.27%
BLUE value IS 170 (66.80% from 255) = 66.67%
R=27.06%
G=6.27%
B=66.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal69161700.590.9100.33260.6582.836.47
Hex4510AA3B5B0211055324
Octal105202527313304140512344
Binary10001011000010101010111011101101101000011000001011010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4510AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4510AA; }

 p { color: rgb(69,16,170); }

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

<style>
 a { background-color: #4510AA; }

 a { background-color: rgb(69,16,170); }

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

<style>
 span { border-color: #4510AA; }

 span { border-color: rgb(69,16,170); }

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