#5D0985

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

Shades of Indigo #5D0985

Tints of Indigo #5D0985

Color information

#5D0985 (or 0x5D0985) is unknown color: approx Indigo. HEX triplet: 5D, 09 and 85. RGB value is (93,9,133). Sum of RGB (Red+Green+Blue) = 93+9+133=235 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.57% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 133 (52.34% from 255 or 56.60% from 235); Max value from RGB is 133 - color contains mainly: blue. Hex color #5D0985 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0985 is #A2F67A. Grayscale: #2F2F2F. Windows color (decimal): -10679931 or 8718685. OLE color: 8718685.

HSL color Cylindrical-coordinate representation of color #5D0985: hue angle of 280.65º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5D0985 is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB939133-
CMYK0.300.9300.48
HSL280.65º87.32%27.84%-
HSV(B)280.65º93.23%52.16%-
XYZ8.854.2222.54-
YUV48.25175.83159.92-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 39.57%
GREEN value IS 9 (3.91% from 255) = 3.83%
BLUE value IS 133 (52.34% from 255) = 56.60%
R=39.57%
G=3.83%
B=56.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9391330.300.9300.48280.6587.3227.84
Hex5D9851E5D030119571c
Octal135112053613506043112734
Binary10111011001100001011111010111010110000100011001101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D0985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,9,133); }

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

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

 a { background-color: rgb(93,9,133); }

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

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

 span { border-color: rgb(93,9,133); }

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