#5D169C

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

Shades of Indigo #5D169C

Tints of Indigo #5D169C

Color information

#5D169C (or 0x5D169C) is unknown color: approx Indigo. HEX triplet: 5D, 16 and 9C. RGB value is (93,22,156). Sum of RGB (Red+Green+Blue) = 93+22+156=271 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.32% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 156 (61.33% from 255 or 57.56% from 271); Max value from RGB is 156 - color contains mainly: blue. Hex color #5D169C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D169C is #A2E963. Grayscale: #3A3A3A. Windows color (decimal): -10676580 or 10229341. OLE color: 10229341.

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

Color convert

RGB9322156-
CMYK0.400.8600.39
HSL271.79º75.28%34.9%-
HSV(B)271.79º85.9%61.18%-
XYZ10.85.331.91-
YUV58.5183.02152.6-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.32%
GREEN value IS 22 (8.98% from 255) = 8.12%
BLUE value IS 156 (61.33% from 255) = 57.56%
R=34.32%
G=8.12%
B=57.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal93221560.400.8600.39271.7975.2834.9
Hex5D169C28560271104b23
Octal135262345012604742011343
Binary10111011011010011100101000101011001001111000100001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D169C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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