#5D188A

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

Shades of Indigo #5D188A

Tints of Indigo #5D188A

Color information

#5D188A (or 0x5D188A) is unknown color: approx Indigo. HEX triplet: 5D, 18 and 8A. RGB value is (93,24,138). Sum of RGB (Red+Green+Blue) = 93+24+138=255 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.47% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 138 (54.30% from 255 or 54.12% from 255); Max value from RGB is 138 - color contains mainly: blue. Hex color #5D188A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D188A is #A2E775. Grayscale: #393939. Windows color (decimal): -10676086 or 9050205. OLE color: 9050205.

HSL color Cylindrical-coordinate representation of color #5D188A: hue angle of 276.32º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5D188A is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9324138-
CMYK0.330.8300.46
HSL276.32º70.37%31.76%-
HSV(B)276.32º82.61%54.12%-
XYZ9.434.8224.48-
YUV57.63173.36153.23-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 36.47%
GREEN value IS 24 (9.77% from 255) = 9.41%
BLUE value IS 138 (54.30% from 255) = 54.12%
R=36.47%
G=9.41%
B=54.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal93241380.330.8300.46276.3270.3731.76
Hex5D188A215302E1144620
Octal135302124112305642410640
Binary10111011100010001010100001101001101011101000101001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D188A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,24,138); }

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

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

 a { background-color: rgb(93,24,138); }

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

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

 span { border-color: rgb(93,24,138); }

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