#5C0973

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

Shades of Indigo #5C0973

Tints of Indigo #5C0973

Color information

#5C0973 (or 0x5C0973) is unknown color: approx Indigo. HEX triplet: 5C, 09 and 73. RGB value is (92,9,115). Sum of RGB (Red+Green+Blue) = 92+9+115=216 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.59% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 115 (45.31% from 255 or 53.24% from 216); Max value from RGB is 115 - color contains mainly: blue. Hex color #5C0973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0973 is #A3F68C. Grayscale: #2D2D2D. Windows color (decimal): -10745485 or 7539036. OLE color: 7539036.

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

Color convert

RGB929115-
CMYK0.200.9200.55
HSL286.98º85.48%24.31%-
HSV(B)286.98º92.17%45.1%-
XYZ7.613.7116.53-
YUV45.9167160.88-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 42.59%
GREEN value IS 9 (3.91% from 255) = 4.17%
BLUE value IS 115 (45.31% from 255) = 53.24%
R=42.59%
G=4.17%
B=53.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9291150.200.9200.55286.9885.4824.31
Hex5C973145C03711f5518
Octal134111632413406743712530
Binary1011100100111100111010010111000110111100011111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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