#561294

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

Shades of Indigo #561294

Tints of Indigo #561294

Color information

#561294 (or 0x561294) is unknown color: approx Indigo. HEX triplet: 56, 12 and 94. RGB value is (86,18,148). Sum of RGB (Red+Green+Blue) = 86+18+148=252 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.13% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 148 (58.20% from 255 or 58.73% from 252); Max value from RGB is 148 - color contains mainly: blue. Hex color #561294 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561294 is #A9ED6B. Grayscale: #343434. Windows color (decimal): -11136364 or 9704022. OLE color: 9704022.

HSL color Cylindrical-coordinate representation of color #561294: hue angle of 271.38º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #561294 is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8618148-
CMYK0.420.8800.42
HSL271.38º78.31%32.55%-
HSV(B)271.38º87.84%58.04%-
XYZ9.44.5528.4-
YUV53.15181.53151.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.13%
GREEN value IS 18 (7.42% from 255) = 7.14%
BLUE value IS 148 (58.20% from 255) = 58.73%
R=34.13%
G=7.14%
B=58.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86181480.420.8800.42271.3878.3132.55
Hex5612942A5802A10f4e21
Octal126222245213005241711641
Binary10101101001010010100101010101100001010101000011111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561294; }

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

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

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

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

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

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

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

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