#5C0273

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

Shades of Indigo #5C0273

Tints of Indigo #5C0273

Color information

#5C0273 (or 0x5C0273) is unknown color: approx Indigo. HEX triplet: 5C, 02 and 73. RGB value is (92,2,115). Sum of RGB (Red+Green+Blue) = 92+2+115=209 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.02% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 115 (45.31% from 255 or 55.02% from 209); Max value from RGB is 115 - color contains mainly: blue. Hex color #5C0273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0273 is #A3FD8C. Grayscale: #292929. Windows color (decimal): -10747277 or 7537244. OLE color: 7537244.

HSL color Cylindrical-coordinate representation of color #5C0273: hue angle of 287.79º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C0273 is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB922115-
CMYK0.200.9800.55
HSL287.79º96.58%22.94%-
HSV(B)287.79º98.26%45.1%-
XYZ7.533.5616.51-
YUV41.79169.32163.81-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 44.02%
GREEN value IS 2 (1.17% from 255) = 0.96%
BLUE value IS 115 (45.31% from 255) = 55.02%
R=44.02%
G=0.96%
B=55.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9221150.200.9800.55287.7996.5822.94
Hex5C27314620371206117
Octal13421632414206744014127
Binary10111001011100111010011000100110111100100000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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