#4511A7

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

Shades of Indigo #4511A7

Tints of Indigo #4511A7

Color information

#4511A7 (or 0x4511A7) is unknown color: approx Indigo. HEX triplet: 45, 11 and A7. RGB value is (69,17,167). Sum of RGB (Red+Green+Blue) = 69+17+167=253 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.27% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 167 (65.62% from 255 or 66.01% from 253); Max value from RGB is 167 - color contains mainly: blue. Hex color #4511A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4511A7 is #BAEE58. Grayscale: #313131. Windows color (decimal): -12250713 or 10948933. OLE color: 10948933.

HSL color Cylindrical-coordinate representation of color #4511A7: hue angle of 260.8º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4511A7 is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6917167-
CMYK0.590.9000.35
HSL260.8º81.52%36.08%-
HSV(B)260.8º89.82%65.49%-
XYZ9.634.4636.91-
YUV49.65194.23141.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.27%
GREEN value IS 17 (7.03% from 255) = 6.72%
BLUE value IS 167 (65.62% from 255) = 66.01%
R=27.27%
G=6.72%
B=66.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal69171670.590.9000.35260.881.5236.08
Hex4511A73B5A0231055224
Octal105212477313204340512244
Binary10001011000110100111111011101101001000111000001011010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4511A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4511A7; }

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

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

<style>
 a { background-color: #4511A7; }

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

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

<style>
 span { border-color: #4511A7; }

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

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