#4514A3

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

Shades of Indigo #4514A3

Tints of Indigo #4514A3

Color information

#4514A3 (or 0x4514A3) is unknown color: approx Indigo. HEX triplet: 45, 14 and A3. RGB value is (69,20,163). Sum of RGB (Red+Green+Blue) = 69+20+163=252 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.38% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 163 (64.06% from 255 or 64.68% from 252); Max value from RGB is 163 - color contains mainly: blue. Hex color #4514A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4514A3 is #BAEB5C. Grayscale: #323232. Windows color (decimal): -12249949 or 10687557. OLE color: 10687557.

HSL color Cylindrical-coordinate representation of color #4514A3: hue angle of 260.56º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4514A3 is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6920163-
CMYK0.580.8800.36
HSL260.56º78.14%35.88%-
HSV(B)260.56º87.73%63.92%-
XYZ9.324.4135.01-
YUV50.95191.23140.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.38%
GREEN value IS 20 (8.20% from 255) = 7.94%
BLUE value IS 163 (64.06% from 255) = 64.68%
R=27.38%
G=7.94%
B=64.68%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal69201630.580.8800.36260.5678.1435.88
Hex4514A33A580241054e24
Octal105242437213004440511644
Binary10001011010010100011111010101100001001001000001011001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4514A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4514A3; }

 p { color: rgb(69,20,163); }

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

<style>
 a { background-color: #4514A3; }

 a { background-color: rgb(69,20,163); }

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

<style>
 span { border-color: #4514A3; }

 span { border-color: rgb(69,20,163); }

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