#5D00AB

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

Shades of Indigo #5D00AB

Tints of Indigo #5D00AB

Color information

#5D00AB (or 0x5D00AB) is unknown color: approx Indigo. HEX triplet: 5D, 00 and AB. RGB value is (93,0,171). Sum of RGB (Red+Green+Blue) = 93+0+171=264 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.23% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 171 (67.19% from 255 or 64.77% from 264); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D00AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D00AB is #A2FF54. Grayscale: #2E2E2E. Windows color (decimal): -10682197 or 11206749. OLE color: 11206749.

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

Color convert

RGB930171-
CMYK0.46100.33
HSL272.63º100%33.53%-
HSV(B)272.63º100%67.06%-
XYZ11.865.2738.92-
YUV47.3197.81160.6-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 35.23%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 171 (67.19% from 255) = 64.77%
R=35.23%
G=0%
B=64.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal9301710.46100.33272.6310033.53
Hex5D0AB2E640211116422
Octal13502535614404142114442
Binary1011101010101011101110110010001000011000100011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D00AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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