#561470

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

Shades of Indigo #561470

Tints of Indigo #561470

Color information

#561470 (or 0x561470) is unknown color: approx Indigo. HEX triplet: 56, 14 and 70. RGB value is (86,20,112). Sum of RGB (Red+Green+Blue) = 86+20+112=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 112 (44.14% from 255 or 51.38% from 218); Max value from RGB is 112 - color contains mainly: blue. Hex color #561470 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561470 is #A9EB8F. Grayscale: #313131. Windows color (decimal): -11135888 or 7345238. OLE color: 7345238.

HSL color Cylindrical-coordinate representation of color #561470: hue angle of 283.04º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #561470 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8620112-
CMYK0.230.8200.56
HSL283.04º69.7%25.88%-
HSV(B)283.04º82.14%43.92%-
XYZ7.013.6515.66-
YUV50.22162.87153.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.45%
GREEN value IS 20 (8.20% from 255) = 9.17%
BLUE value IS 112 (44.14% from 255) = 51.38%
R=39.45%
G=9.17%
B=51.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86201120.230.8200.56283.0469.725.88
Hex561470175203811b461a
Octal126241602712207043310632
Binary10101101010011100001011110100100111000100011011100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561470; }

 p { color: rgb(86,20,112); }

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

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

 a { background-color: rgb(86,20,112); }

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

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

 span { border-color: rgb(86,20,112); }

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