#5513A4

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

Shades of Indigo #5513A4

Tints of Indigo #5513A4

Color information

#5513A4 (or 0x5513A4) is unknown color: approx Indigo. HEX triplet: 55, 13 and A4. RGB value is (85,19,164). Sum of RGB (Red+Green+Blue) = 85+19+164=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 164 (64.45% from 255 or 61.19% from 268); Max value from RGB is 164 - color contains mainly: blue. Hex color #5513A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5513A4 is #AAEC5B. Grayscale: #363636. Windows color (decimal): -11201628 or 10752853. OLE color: 10752853.

HSL color Cylindrical-coordinate representation of color #5513A4: hue angle of 267.31º degrees, saturation: 0.79, 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 #5513A4 is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8519164-
CMYK0.480.8800.36
HSL267.31º79.23%35.88%-
HSV(B)267.31º88.41%64.31%-
XYZ10.685.0835.54-
YUV55.26189.37149.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.72%
GREEN value IS 19 (7.81% from 255) = 7.09%
BLUE value IS 164 (64.45% from 255) = 61.19%
R=31.72%
G=7.09%
B=61.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal85191640.480.8800.36267.3179.2335.88
Hex5513A4305802410b4f24
Octal125232446013004441311744
Binary10101011001110100100110000101100001001001000010111001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5513A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5513A4; }

 p { color: rgb(85,19,164); }

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

<style>
 a { background-color: #5513A4; }

 a { background-color: rgb(85,19,164); }

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

<style>
 span { border-color: #5513A4; }

 span { border-color: rgb(85,19,164); }

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