#5C019E

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

Shades of Indigo #5C019E

Tints of Indigo #5C019E

Color information

#5C019E (or 0x5C019E) is unknown color: approx Indigo. HEX triplet: 5C, 01 and 9E. RGB value is (92,1,158). Sum of RGB (Red+Green+Blue) = 92+1+158=251 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.65% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 158 (62.11% from 255 or 62.95% from 251); Max value from RGB is 158 - color contains mainly: blue. Hex color #5C019E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C019E is #A3FE61. Grayscale: #2D2D2D. Windows color (decimal): -10747490 or 10355036. OLE color: 10355036.

HSL color Cylindrical-coordinate representation of color #5C019E: hue angle of 274.78º 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 #5C019E is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB921158-
CMYK0.420.9900.38
HSL274.78º98.74%31.18%-
HSV(B)274.78º99.37%61.96%-
XYZ10.64.7732.71-
YUV46.11191.15160.73-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.65%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 158 (62.11% from 255) = 62.95%
R=36.65%
G=0.40%
B=62.95%

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
Decimal9211580.420.9900.38274.7898.7431.18
Hex5C19E2A63026113631f
Octal13412365214304642314337
Binary101110011001111010101011000110100110100010011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C019E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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