#5C0773

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

Shades of Indigo #5C0773

Tints of Indigo #5C0773

Color information

#5C0773 (or 0x5C0773) is unknown color: approx Indigo. HEX triplet: 5C, 07 and 73. RGB value is (92,7,115). Sum of RGB (Red+Green+Blue) = 92+7+115=214 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.99% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #5C0773 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0773 is #A3F88C. Grayscale: #2C2C2C. Windows color (decimal): -10745997 or 7538524. OLE color: 7538524.

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

Color convert

RGB927115-
CMYK0.200.9400.55
HSL287.22º88.52%23.92%-
HSV(B)287.22º93.91%45.1%-
XYZ7.583.6716.53-
YUV44.73167.66161.72-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 42.99%
GREEN value IS 7 (3.12% from 255) = 3.27%
BLUE value IS 115 (45.31% from 255) = 53.74%
R=42.99%
G=3.27%
B=53.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9271150.200.9400.55287.2288.5223.92
Hex5C773145E03711f5918
Octal13471632413606743713130
Binary101110011111100111010010111100110111100011111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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