#5C026E

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

Shades of Indigo #5C026E

Tints of Indigo #5C026E

Color information

#5C026E (or 0x5C026E) is unknown color: approx Indigo. HEX triplet: 5C, 02 and 6E. RGB value is (92,2,110). Sum of RGB (Red+Green+Blue) = 92+2+110=204 (27% of max value = 765). Red value is 92 (36.33% from 255 or 45.10% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 110 (43.36% from 255 or 53.92% from 204); Max value from RGB is 110 - color contains mainly: blue. Hex color #5C026E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C026E is #A3FD91. Grayscale: #282828. Windows color (decimal): -10747282 or 7209564. OLE color: 7209564.

HSL color Cylindrical-coordinate representation of color #5C026E: hue angle of 290º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C026E is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB922110-
CMYK0.160.9800.57
HSL290º96.43%21.96%-
HSV(B)290º98.18%43.14%-
XYZ7.253.4415.03-
YUV41.22166.82164.22-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 45.10%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 110 (43.36% from 255) = 53.92%
R=45.10%
G=0.98%
B=53.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9221100.160.9800.5729096.4321.96
Hex5C26E10620391226016
Octal13421562014207144214026
Binary10111001011011101000011000100111001100100010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C026E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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