#5C0072

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

Shades of Indigo #5C0072

Tints of Indigo #5C0072

Color information

#5C0072 (or 0x5C0072) is unknown color: approx Indigo. HEX triplet: 5C, 00 and 72. RGB value is (92,0,114). Sum of RGB (Red+Green+Blue) = 92+0+114=206 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.66% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 114 (44.92% from 255 or 55.34% from 206); Max value from RGB is 114 - color contains mainly: blue. Hex color #5C0072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0072 is #A3FF8D. Grayscale: #282828. Windows color (decimal): -10747790 or 7471196. OLE color: 7471196.

HSL color Cylindrical-coordinate representation of color #5C0072: hue angle of 288.42º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5C0072 is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB920114-
CMYK0.19100.55
HSL288.42º100%22.35%-
HSV(B)288.42º100%44.71%-
XYZ7.453.4916.2-
YUV40.5169.48164.73-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 44.66%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 55.34%
R=44.66%
G=0%
B=55.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9201140.19100.55288.4210022.35
Hex5C07213640371206416
Octal13401622314406744014426
Binary1011100011100101001111001000110111100100000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,0,114); }

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

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

 a { background-color: rgb(92,0,114); }

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

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

 span { border-color: rgb(92,0,114); }

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