#5C027A

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

Shades of Indigo #5C027A

Tints of Indigo #5C027A

Color information

#5C027A (or 0x5C027A) is unknown color: approx Indigo. HEX triplet: 5C, 02 and 7A. RGB value is (92,2,122). Sum of RGB (Red+Green+Blue) = 92+2+122=216 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.59% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 122 (48.05% from 255 or 56.48% from 216); Max value from RGB is 122 - color contains mainly: blue. Hex color #5C027A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C027A is #A3FD85. Grayscale: #2A2A2A. Windows color (decimal): -10747270 or 7995996. OLE color: 7995996.

HSL color Cylindrical-coordinate representation of color #5C027A: hue angle of 285º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C027A is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB922122-
CMYK0.250.9800.52
HSL285º96.77%24.31%-
HSV(B)285º98.36%47.84%-
XYZ7.953.7218.71-
YUV42.59172.82163.24-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 42.59%
GREEN value IS 2 (1.17% from 255) = 0.93%
BLUE value IS 122 (48.05% from 255) = 56.48%
R=42.59%
G=0.93%
B=56.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9221220.250.9800.5228596.7724.31
Hex5C27A196203411d6118
Octal13421723114206443514130
Binary10111001011110101100111000100110100100011101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C027A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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