Html Css Color HEX #561278 Indigo

📋 copy color: '#561278'

red 86 ◦ green 18 ◦ blue 120

#561278
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #561278

Tints of Indigo #561278

RGB

 RED value IS 86 (33.98% from 255) = 38.39%

 GREEN value IS 18 (7.42% from 255) = 8.04%

 BLUE value IS 120 (47.27% from 255) = 53.57%

R = 38.39%
G = 8.04%
B = 53.57%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#561278 (or 0x561278) is known color: Indigo. HEX triplet: 56, 12 and 78. RGB value is (86,18,120). Sum of RGB (Red+Green+Blue) = 86+18+120=224 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.39% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 120 (47.27% from 255 or 53.57% from 224); Max value from RGB is 120 - color contains mainly: blue. Hex color #561278 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561278 is #A9ED87. Grayscale: #313131. Windows color (decimal): -11136392 or 7869014. OLE color: 7869014.

HSL color Cylindrical-coordinate representation of color #561278: hue angle of 280º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #561278 is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 86 18 120 -
CMYK 0.28 0.85 0 0.53
HSL 280º 0.74% 0.27% -
HSV(B) 280º 0.85% 0.47% -
XYZ 7.44 3.77 18.1 -
YUV 49.96 167.53 153.71 -
System Red Green Blue C M Y K H S L
Decimal 86 18 120 0.28 0.85 0 0.53 280 0.74 0.27
Hex 56 12 78 1C 55 0 35 118 4A 1B
Octal 126 22 170 34 125 0 65 430 112 33
Binary 1010110 10010 1111000 11100 1010101 0 110101 100011000 1001010 11011

Color Harmonies of #561278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561278

Black with #561278

Text Example


Text Example

White with #561278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561278; }

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

 H1.HeaderClassName
 {
   color: #561278;
 }
 .AnyTagClassName
 {
   color: #561278;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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