#5C148E

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

Shades of Indigo #5C148E

Tints of Indigo #5C148E

Color information

#5C148E (or 0x5C148E) is unknown color: approx Indigo. HEX triplet: 5C, 14 and 8E. RGB value is (92,20,142). Sum of RGB (Red+Green+Blue) = 92+20+142=254 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.22% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 142 (55.86% from 255 or 55.91% from 254); Max value from RGB is 142 - color contains mainly: blue. Hex color #5C148E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C148E is #A3EB71. Grayscale: #373737. Windows color (decimal): -10742642 or 9311324. OLE color: 9311324.

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

Color convert

RGB9220142-
CMYK0.350.8600.44
HSL275.41º75.31%31.76%-
HSV(B)275.41º85.92%55.69%-
XYZ9.554.7326-
YUV55.44176.85154.08-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.22%
GREEN value IS 20 (8.20% from 255) = 7.87%
BLUE value IS 142 (55.86% from 255) = 55.91%
R=36.22%
G=7.87%
B=55.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal92201420.350.8600.44275.4175.3131.76
Hex5C148E235602C1134b20
Octal134242164312605442311340
Binary10111001010010001110100011101011001011001000100111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C148E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,20,142); }

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

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

 a { background-color: rgb(92,20,142); }

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

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

 span { border-color: rgb(92,20,142); }

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