#5C188A

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

Shades of Indigo #5C188A

Tints of Indigo #5C188A

Color information

#5C188A (or 0x5C188A) is unknown color: approx Indigo. HEX triplet: 5C, 18 and 8A. RGB value is (92,24,138). Sum of RGB (Red+Green+Blue) = 92+24+138=254 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.22% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 138 (54.30% from 255 or 54.33% from 254); Max value from RGB is 138 - color contains mainly: blue. Hex color #5C188A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C188A is #A3E775. Grayscale: #383838. Windows color (decimal): -10741622 or 9050204. OLE color: 9050204.

HSL color Cylindrical-coordinate representation of color #5C188A: hue angle of 275.79º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5C188A is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9224138-
CMYK0.330.8300.46
HSL275.79º70.37%31.76%-
HSV(B)275.79º82.61%54.12%-
XYZ9.334.7624.47-
YUV57.33173.53152.73-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.22%
GREEN value IS 24 (9.77% from 255) = 9.45%
BLUE value IS 138 (54.30% from 255) = 54.33%
R=36.22%
G=9.45%
B=54.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal92241380.330.8300.46275.7970.3731.76
Hex5C188A215302E1144620
Octal134302124112305642410640
Binary10111001100010001010100001101001101011101000101001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C188A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,24,138); }

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

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

 a { background-color: rgb(92,24,138); }

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

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

 span { border-color: rgb(92,24,138); }

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