#5C1284

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

Shades of Indigo #5C1284

Tints of Indigo #5C1284

Color information

#5C1284 (or 0x5C1284) is unknown color: approx Indigo. HEX triplet: 5C, 12 and 84. RGB value is (92,18,132). Sum of RGB (Red+Green+Blue) = 92+18+132=242 (32% of max value = 765). Red value is 92 (36.33% from 255 or 38.02% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 132 (51.95% from 255 or 54.55% from 242); Max value from RGB is 132 - color contains mainly: blue. Hex color #5C1284 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C1284 is #A3ED7B. Grayscale: #343434. Windows color (decimal): -10743164 or 8655452. OLE color: 8655452.

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

Color convert

RGB9218132-
CMYK0.300.8600.48
HSL278.95º76%29.41%-
HSV(B)278.95º86.36%51.76%-
XYZ8.794.3722.21-
YUV53.12172.52155.73-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 38.02%
GREEN value IS 18 (7.42% from 255) = 7.44%
BLUE value IS 132 (51.95% from 255) = 54.55%
R=38.02%
G=7.44%
B=54.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal92181320.300.8600.48278.957629.41
Hex5C12841E560301174c1d
Octal134222043612606042711435
Binary101110010010100001001111010101100110000100010111100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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