#561284

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

Shades of Indigo #561284

Tints of Indigo #561284

Color information

#561284 (or 0x561284) is unknown color: approx Indigo. HEX triplet: 56, 12 and 84. RGB value is (86,18,132). Sum of RGB (Red+Green+Blue) = 86+18+132=236 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.44% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 132 (51.95% from 255 or 55.93% from 236); Max value from RGB is 132 - color contains mainly: blue. Hex color #561284 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561284 is #A9ED7B. Grayscale: #323232. Windows color (decimal): -11136380 or 8655446. OLE color: 8655446.

HSL color Cylindrical-coordinate representation of color #561284: hue angle of 275.79º 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 #561284 is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8618132-
CMYK0.350.8600.48
HSL275.79º76%29.41%-
HSV(B)275.79º86.36%51.76%-
XYZ8.224.0822.18-
YUV51.33173.53152.73-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.44%
GREEN value IS 18 (7.42% from 255) = 7.63%
BLUE value IS 132 (51.95% from 255) = 55.93%
R=36.44%
G=7.63%
B=55.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal86181320.350.8600.48275.797629.41
Hex56128423560301144c1d
Octal126222044312606042411435
Binary1010110100101000010010001110101100110000100010100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561284; }

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

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

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

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

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

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

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

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