#5C0797

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

Shades of Indigo #5C0797

Tints of Indigo #5C0797

Color information

#5C0797 (or 0x5C0797) is unknown color: approx Indigo. HEX triplet: 5C, 07 and 97. RGB value is (92,7,151). Sum of RGB (Red+Green+Blue) = 92+7+151=250 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.8% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 151 (59.38% from 255 or 60.4% from 250); Max value from RGB is 151 - color contains mainly: blue. Hex color #5C0797 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0797 is #A3F868. Grayscale: #303030. Windows color (decimal): -10745961 or 9897820. OLE color: 9897820.

HSL color Cylindrical-coordinate representation of color #5C0797: hue angle of 275.42º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C0797 is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB927151-
CMYK0.390.9500.41
HSL275.42º91.14%30.98%-
HSV(B)275.42º95.36%59.22%-
XYZ10.084.6629.65-
YUV48.83185.66158.79-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.8%
GREEN value IS 7 (3.12% from 255) = 2.8%
BLUE value IS 151 (59.38% from 255) = 60.4%
R=36.8%
G=2.8%
B=60.4%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal9271510.390.9500.41275.4291.1430.98
Hex5C797275F0291135b1f
Octal13472274713705142313337
Binary10111001111001011110011110111110101001100010011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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