#5C1272

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

Shades of Indigo #5C1272

Tints of Indigo #5C1272

Color information

#5C1272 (or 0x5C1272) is unknown color: approx Indigo. HEX triplet: 5C, 12 and 72. RGB value is (92,18,114). Sum of RGB (Red+Green+Blue) = 92+18+114=224 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.07% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 114 (44.92% from 255 or 50.89% from 224); Max value from RGB is 114 - color contains mainly: blue. Hex color #5C1272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1272 is #A3ED8D. Grayscale: #323232. Windows color (decimal): -10743182 or 7475804. OLE color: 7475804.

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

Color convert

RGB9218114-
CMYK0.190.8400.55
HSL286.25º72.73%25.88%-
HSV(B)286.25º84.21%44.71%-
XYZ7.673.9216.27-
YUV51.07163.52157.19-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 41.07%
GREEN value IS 18 (7.42% from 255) = 8.04%
BLUE value IS 114 (44.92% from 255) = 50.89%
R=41.07%
G=8.04%
B=50.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal92181140.190.8400.55286.2572.7325.88
Hex5C1272135403711e491a
Octal134221622312406743611132
Binary10111001001011100101001110101000110111100011110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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