#4510A7

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

Shades of Indigo #4510A7

Tints of Indigo #4510A7

Color information

#4510A7 (or 0x4510A7) is unknown color: approx Indigo. HEX triplet: 45, 10 and A7. RGB value is (69,16,167). Sum of RGB (Red+Green+Blue) = 69+16+167=252 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.38% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 167 (65.62% from 255 or 66.27% from 252); Max value from RGB is 167 - color contains mainly: blue. Hex color #4510A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4510A7 is #BAEF58. Grayscale: #303030. Windows color (decimal): -12250969 or 10948677. OLE color: 10948677.

HSL color Cylindrical-coordinate representation of color #4510A7: hue angle of 261.06º degrees, saturation: 0.83, 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 #4510A7 is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6916167-
CMYK0.590.9000.35
HSL261.06º82.51%35.88%-
HSV(B)261.06º90.42%65.49%-
XYZ9.614.4336.91-
YUV49.06194.56142.22-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.38%
GREEN value IS 16 (6.64% from 255) = 6.35%
BLUE value IS 167 (65.62% from 255) = 66.27%
R=27.38%
G=6.35%
B=66.27%

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
Decimal69161670.590.9000.35261.0682.5135.88
Hex4510A73B5A0231055324
Octal105202477313204340512344
Binary10001011000010100111111011101101001000111000001011010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4510A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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