#5D00AA

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

Shades of Indigo #5D00AA

Tints of Indigo #5D00AA

Color information

#5D00AA (or 0x5D00AA) is unknown color: approx Indigo. HEX triplet: 5D, 00 and AA. RGB value is (93,0,170). Sum of RGB (Red+Green+Blue) = 93+0+170=263 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.36% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 170 (66.80% from 255 or 64.64% from 263); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D00AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D00AA is #A2FF55. Grayscale: #2E2E2E. Windows color (decimal): -10682198 or 11141213. OLE color: 11141213.

HSL color Cylindrical-coordinate representation of color #5D00AA: hue angle of 272.82º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D00AA is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB930170-
CMYK0.45100.33
HSL272.82º100%33.33%-
HSV(B)272.82º100%66.67%-
XYZ11.775.2338.42-
YUV47.19197.31160.68-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 35.36%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 170 (66.80% from 255) = 64.64%
R=35.36%
G=0%
B=64.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal9301700.45100.33272.8210033.33
Hex5D0AA2D640211116421
Octal13502525514404142114441
Binary1011101010101010101101110010001000011000100011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D00AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D00AA; }

 p { color: rgb(93,0,170); }

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

<style>
 a { background-color: #5D00AA; }

 a { background-color: rgb(93,0,170); }

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

<style>
 span { border-color: #5D00AA; }

 span { border-color: rgb(93,0,170); }

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