#5C027B

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

Shades of Indigo #5C027B

Tints of Indigo #5C027B

Color information

#5C027B (or 0x5C027B) is unknown color: approx Indigo. HEX triplet: 5C, 02 and 7B. RGB value is (92,2,123). Sum of RGB (Red+Green+Blue) = 92+2+123=217 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.40% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 123 (48.44% from 255 or 56.68% from 217); Max value from RGB is 123 - color contains mainly: blue. Hex color #5C027B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C027B is #A3FD84. Grayscale: #2A2A2A. Windows color (decimal): -10747269 or 8061532. OLE color: 8061532.

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

Color convert

RGB922123-
CMYK0.250.9800.52
HSL284.63º96.8%24.51%-
HSV(B)284.63º98.37%48.24%-
XYZ8.013.7519.04-
YUV42.7173.32163.16-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 42.40%
GREEN value IS 2 (1.17% from 255) = 0.92%
BLUE value IS 123 (48.44% from 255) = 56.68%
R=42.40%
G=0.92%
B=56.68%

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
Decimal9221230.250.9800.52284.6396.824.51
Hex5C27B196203411d6119
Octal13421733114206443514131
Binary10111001011110111100111000100110100100011101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C027B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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