#5C148F

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

Shades of Indigo #5C148F

Tints of Indigo #5C148F

Color information

#5C148F (or 0x5C148F) is unknown color: approx Indigo. HEX triplet: 5C, 14 and 8F. RGB value is (92,20,143). Sum of RGB (Red+Green+Blue) = 92+20+143=255 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.08% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 143 (56.25% from 255 or 56.08% from 255); Max value from RGB is 143 - color contains mainly: blue. Hex color #5C148F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C148F is #A3EB70. Grayscale: #373737. Windows color (decimal): -10742641 or 9376860. OLE color: 9376860.

HSL color Cylindrical-coordinate representation of color #5C148F: hue angle of 275.12º 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 #5C148F is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9220143-
CMYK0.360.8600.44
HSL275.12º75.46%31.96%-
HSV(B)275.12º86.01%56.08%-
XYZ9.624.7626.4-
YUV55.55177.35154-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.08%
GREEN value IS 20 (8.20% from 255) = 7.84%
BLUE value IS 143 (56.25% from 255) = 56.08%
R=36.08%
G=7.84%
B=56.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal92201430.360.8600.44275.1275.4631.96
Hex5C148F245602C1134b20
Octal134242174412605442311340
Binary10111001010010001111100100101011001011001000100111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C148F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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