#5D0984

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

Shades of Indigo #5D0984

Tints of Indigo #5D0984

Color information

#5D0984 (or 0x5D0984) is unknown color: approx Indigo. HEX triplet: 5D, 09 and 84. RGB value is (93,9,132). Sum of RGB (Red+Green+Blue) = 93+9+132=234 (30% of max value = 765). Red value is 93 (36.72% from 255 or 39.74% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 132 (51.95% from 255 or 56.41% from 234); Max value from RGB is 132 - color contains mainly: blue. Hex color #5D0984 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0984 is #A2F67B. Grayscale: #2F2F2F. Windows color (decimal): -10679932 or 8653149. OLE color: 8653149.

HSL color Cylindrical-coordinate representation of color #5D0984: hue angle of 280.98º 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 #5D0984 is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB939132-
CMYK0.300.9300.48
HSL280.98º87.23%27.65%-
HSV(B)280.98º93.18%51.76%-
XYZ8.784.1922.18-
YUV48.14175.33160-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 39.74%
GREEN value IS 9 (3.91% from 255) = 3.85%
BLUE value IS 132 (51.95% from 255) = 56.41%
R=39.74%
G=3.85%
B=56.41%

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
Decimal9391320.300.9300.48280.9887.2327.65
Hex5D9841E5D030119571c
Octal135112043613506043112734
Binary10111011001100001001111010111010110000100011001101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D0984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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