#5D0693

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

Shades of Indigo #5D0693

Tints of Indigo #5D0693

Color information

#5D0693 (or 0x5D0693) is unknown color: approx Indigo. HEX triplet: 5D, 06 and 93. RGB value is (93,6,147). Sum of RGB (Red+Green+Blue) = 93+6+147=246 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.80% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 147 (57.81% from 255 or 59.76% from 246); Max value from RGB is 147 - color contains mainly: blue. Hex color #5D0693 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0693 is #A2F96C. Grayscale: #2F2F2F. Windows color (decimal): -10680685 or 9635421. OLE color: 9635421.

HSL color Cylindrical-coordinate representation of color #5D0693: hue angle of 277.02º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5D0693 is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB936147-
CMYK0.370.9600.42
HSL277.02º92.16%30%-
HSV(B)277.02º95.92%57.65%-
XYZ9.854.5627.97-
YUV48.09183.82160.04-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 37.80%
GREEN value IS 6 (2.73% from 255) = 2.44%
BLUE value IS 147 (57.81% from 255) = 59.76%
R=37.80%
G=2.44%
B=59.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal9361470.370.9600.42277.0292.1630
Hex5D693256002A1155c1e
Octal13562234514005242513436
Binary10111011101001001110010111000000101010100010101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D0693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,6,147); }

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

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

 a { background-color: rgb(93,6,147); }

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

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

 span { border-color: rgb(93,6,147); }

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