#5D1698

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

Shades of Indigo #5D1698

Tints of Indigo #5D1698

Color information

#5D1698 (or 0x5D1698) is unknown color: approx Indigo. HEX triplet: 5D, 16 and 98. RGB value is (93,22,152). Sum of RGB (Red+Green+Blue) = 93+22+152=267 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.83% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 152 (59.77% from 255 or 56.93% from 267); Max value from RGB is 152 - color contains mainly: blue. Hex color #5D1698 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D1698 is #A2E967. Grayscale: #393939. Windows color (decimal): -10676584 or 9967197. OLE color: 9967197.

HSL color Cylindrical-coordinate representation of color #5D1698: hue angle of 272.77º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5D1698 is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9322152-
CMYK0.390.8600.40
HSL272.77º74.71%34.12%-
HSV(B)272.77º85.53%59.61%-
XYZ10.475.1730.15-
YUV58.05181.02152.93-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.83%
GREEN value IS 22 (8.98% from 255) = 8.24%
BLUE value IS 152 (59.77% from 255) = 56.93%
R=34.83%
G=8.24%
B=56.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal93221520.390.8600.40272.7774.7134.12
Hex5D169827560281114b22
Octal135262304712605042111342
Binary10111011011010011000100111101011001010001000100011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,22,152); }

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

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

 a { background-color: rgb(93,22,152); }

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

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

 span { border-color: rgb(93,22,152); }

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