#5C019F

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

Shades of Indigo #5C019F

Tints of Indigo #5C019F

Color information

#5C019F (or 0x5C019F) is unknown color: approx Indigo. HEX triplet: 5C, 01 and 9F. RGB value is (92,1,159). Sum of RGB (Red+Green+Blue) = 92+1+159=252 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.51% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 159 (62.5% from 255 or 63.10% from 252); Max value from RGB is 159 - color contains mainly: blue. Hex color #5C019F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C019F is #A3FE60. Grayscale: #2D2D2D. Windows color (decimal): -10747489 or 10420572. OLE color: 10420572.

HSL color Cylindrical-coordinate representation of color #5C019F: hue angle of 274.56º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C019F is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB921159-
CMYK0.420.9900.38
HSL274.56º98.75%31.37%-
HSV(B)274.56º99.37%62.35%-
XYZ10.684.833.16-
YUV46.22191.65160.65-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.51%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 159 (62.5% from 255) = 63.10%
R=36.51%
G=0.40%
B=63.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal9211590.420.9900.38274.5698.7531.37
Hex5C19F2A63026113631f
Octal13412375214304642314337
Binary101110011001111110101011000110100110100010011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C019F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,1,159); }

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

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

 a { background-color: rgb(92,1,159); }

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

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

 span { border-color: rgb(92,1,159); }

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