#5C077A

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

Shades of Indigo #5C077A

Tints of Indigo #5C077A

Color information

#5C077A (or 0x5C077A) is unknown color: approx Indigo. HEX triplet: 5C, 07 and 7A. RGB value is (92,7,122). Sum of RGB (Red+Green+Blue) = 92+7+122=221 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.63% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 122 (48.05% from 255 or 55.20% from 221); Max value from RGB is 122 - color contains mainly: blue. Hex color #5C077A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C077A is #A3F885. Grayscale: #2D2D2D. Windows color (decimal): -10745990 or 7997276. OLE color: 7997276.

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

Color convert

RGB927122-
CMYK0.250.9400.52
HSL284.35º89.15%25.29%-
HSV(B)284.35º94.26%47.84%-
XYZ83.8318.73-
YUV45.52171.16161.15-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 41.63%
GREEN value IS 7 (3.12% from 255) = 3.17%
BLUE value IS 122 (48.05% from 255) = 55.20%
R=41.63%
G=3.17%
B=55.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9271220.250.9400.52284.3589.1525.29
Hex5C77A195E03411c5919
Octal13471723113606443413131
Binary101110011111110101100110111100110100100011100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C077A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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