#5D189C

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

Shades of Indigo #5D189C

Tints of Indigo #5D189C

Color information

#5D189C (or 0x5D189C) is unknown color: approx Indigo. HEX triplet: 5D, 18 and 9C. RGB value is (93,24,156). Sum of RGB (Red+Green+Blue) = 93+24+156=273 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.07% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #5D189C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D189C is #A2E763. Grayscale: #3B3B3B. Windows color (decimal): -10676068 or 10229853. OLE color: 10229853.

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

Color convert

RGB9324156-
CMYK0.400.8500.39
HSL271.36º73.33%35.29%-
HSV(B)271.36º84.62%61.18%-
XYZ10.845.3831.92-
YUV59.68182.36151.77-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.07%
GREEN value IS 24 (9.77% from 255) = 8.79%
BLUE value IS 156 (61.33% from 255) = 57.14%
R=34.07%
G=8.79%
B=57.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal93241560.400.8500.39271.3673.3335.29
Hex5D189C285502710f4923
Octal135302345012504741711143
Binary10111011100010011100101000101010101001111000011111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D189C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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