#5C026A

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

Shades of Indigo #5C026A

Tints of Indigo #5C026A

Color information

#5C026A (or 0x5C026A) is unknown color: approx Indigo. HEX triplet: 5C, 02 and 6A. RGB value is (92,2,106). Sum of RGB (Red+Green+Blue) = 92+2+106=200 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 106 (41.80% from 255 or 53% from 200); Max value from RGB is 106 - color contains mainly: blue. Hex color #5C026A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C026A is #A3FD95. Grayscale: #282828. Windows color (decimal): -10747286 or 6947420. OLE color: 6947420.

HSL color Cylindrical-coordinate representation of color #5C026A: hue angle of 291.92º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C026A is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB922106-
CMYK0.130.9800.58
HSL291.92º96.3%21.18%-
HSV(B)291.92º98.11%41.57%-
XYZ7.043.3613.91-
YUV40.77164.82164.54-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 46%
GREEN value IS 2 (1.17% from 255) = 1%
BLUE value IS 106 (41.80% from 255) = 53%
R=46%
G=1%
B=53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9221060.130.9800.58291.9296.321.18
Hex5C26AD6203A1246015
Octal13421521514207244414025
Binary1011100101101010110111000100111010100100100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C026A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,2,106); }

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

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

 a { background-color: rgb(92,2,106); }

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

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

 span { border-color: rgb(92,2,106); }

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