#5D0C87

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

Shades of Indigo #5D0C87

Tints of Indigo #5D0C87

Color information

#5D0C87 (or 0x5D0C87) is unknown color: approx Indigo. HEX triplet: 5D, 0C and 87. RGB value is (93,12,135). Sum of RGB (Red+Green+Blue) = 93+12+135=240 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.75% from 240); Green value is 12 (5.08% from 255 or 5% from 240); Blue value is 135 (53.12% from 255 or 56.25% from 240); Max value from RGB is 135 - color contains mainly: blue. Hex color #5D0C87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0C87 is #A2F378. Grayscale: #313131. Windows color (decimal): -10679161 or 8850525. OLE color: 8850525.

HSL color Cylindrical-coordinate representation of color #5D0C87: hue angle of 279.51º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D0C87 is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9312135-
CMYK0.310.9100.47
HSL279.51º83.67%28.82%-
HSV(B)279.51º91.11%52.94%-
XYZ9.024.3423.28-
YUV50.24175.84158.5-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 38.75%
GREEN value IS 12 (5.08% from 255) = 5%
BLUE value IS 135 (53.12% from 255) = 56.25%
R=38.75%
G=5%
B=56.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal93121350.310.9100.47279.5183.6728.82
Hex5DC871F5B02F118541d
Octal135142073713305743012435
Binary10111011100100001111111110110110101111100011000101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D0C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,12,135); }

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

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

 a { background-color: rgb(93,12,135); }

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

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

 span { border-color: rgb(93,12,135); }

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