#5D1395

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

Shades of Indigo #5D1395

Tints of Indigo #5D1395

Color information

#5D1395 (or 0x5D1395) is unknown color: approx Indigo. HEX triplet: 5D, 13 and 95. RGB value is (93,19,149). Sum of RGB (Red+Green+Blue) = 93+19+149=261 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.63% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 149 (58.59% from 255 or 57.09% from 261); Max value from RGB is 149 - color contains mainly: blue. Hex color #5D1395 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D1395 is #A2EC6A. Grayscale: #373737. Windows color (decimal): -10677355 or 9769821. OLE color: 9769821.

HSL color Cylindrical-coordinate representation of color #5D1395: hue angle of 274.15º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5D1395 is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9319149-
CMYK0.380.8700.42
HSL274.15º77.38%32.94%-
HSV(B)274.15º87.25%58.43%-
XYZ10.174.9628.86-
YUV55.95180.52154.43-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 35.63%
GREEN value IS 19 (7.81% from 255) = 7.28%
BLUE value IS 149 (58.59% from 255) = 57.09%
R=35.63%
G=7.28%
B=57.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal93191490.380.8700.42274.1577.3832.94
Hex5D1395265702A1124d21
Octal135232254612705242211541
Binary10111011001110010101100110101011101010101000100101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,19,149); }

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

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

 a { background-color: rgb(93,19,149); }

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

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

 span { border-color: rgb(93,19,149); }

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