#5C1984

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

Shades of Indigo #5C1984

Tints of Indigo #5C1984

Color information

#5C1984 (or 0x5C1984) is unknown color: approx Indigo. HEX triplet: 5C, 19 and 84. RGB value is (92,25,132). Sum of RGB (Red+Green+Blue) = 92+25+132=249 (32% of max value = 765). Red value is 92 (36.33% from 255 or 36.95% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 132 (51.95% from 255 or 53.01% from 249); Max value from RGB is 132 - color contains mainly: blue. Hex color #5C1984 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C1984 is #A3E67B. Grayscale: #383838. Windows color (decimal): -10741372 or 8657244. OLE color: 8657244.

HSL color Cylindrical-coordinate representation of color #5C1984: hue angle of 277.57º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5C1984 is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9225132-
CMYK0.300.8100.48
HSL277.57º68.15%30.78%-
HSV(B)277.57º81.06%51.76%-
XYZ8.934.6422.25-
YUV57.23170.2152.8-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.95%
GREEN value IS 25 (10.16% from 255) = 10.04%
BLUE value IS 132 (51.95% from 255) = 53.01%
R=36.95%
G=10.04%
B=53.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal92251320.300.8100.48277.5768.1530.78
Hex5C19841E51030116441f
Octal134312043612106042610437
Binary101110011001100001001111010100010110000100010110100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,25,132); }

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

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

 a { background-color: rgb(92,25,132); }

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

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

 span { border-color: rgb(92,25,132); }

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