#561374

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

Shades of Indigo #561374

Tints of Indigo #561374

Color information

#561374 (or 0x561374) is unknown color: approx Indigo. HEX triplet: 56, 13 and 74. RGB value is (86,19,116). Sum of RGB (Red+Green+Blue) = 86+19+116=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 116 (45.70% from 255 or 52.49% from 221); Max value from RGB is 116 - color contains mainly: blue. Hex color #561374 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561374 is #A9EC8B. Grayscale: #313131. Windows color (decimal): -11136140 or 7607126. OLE color: 7607126.

HSL color Cylindrical-coordinate representation of color #561374: hue angle of 281.44º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #561374 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8619116-
CMYK0.260.8400.55
HSL281.44º71.85%26.47%-
HSV(B)281.44º83.62%45.49%-
XYZ7.223.7116.86-
YUV50.09165.2153.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.91%
GREEN value IS 19 (7.81% from 255) = 8.60%
BLUE value IS 116 (45.70% from 255) = 52.49%
R=38.91%
G=8.60%
B=52.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86191160.260.8400.55281.4471.8526.47
Hex5613741A54037119481a
Octal126231643212406743111032
Binary10101101001111101001101010101000110111100011001100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561374; }

 p { color: rgb(86,19,116); }

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

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

 a { background-color: rgb(86,19,116); }

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

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

 span { border-color: rgb(86,19,116); }

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