Html Css Color HEX #561378 Indigo

📋 copy color: '#561378'

red 86 ◦ green 19 ◦ blue 120

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

Shades of Indigo #561378

Tints of Indigo #561378

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.44%

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

R = 38.22%
G = 8.44%
B = 53.33%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#561378 (or 0x561378) is known color: Indigo. HEX triplet: 56, 13 and 78. RGB value is (86,19,120). Sum of RGB (Red+Green+Blue) = 86+19+120=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #561378 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561378 is #A9EC87. Grayscale: #323232. Windows color (decimal): -11136136 or 7869270. OLE color: 7869270.

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

Color convert

RGB 86 19 120 -
CMYK 0.28 0.84 0 0.53
HSL 279.8º 0.73% 0.27% -
HSV(B) 279.8º 0.84% 0.47% -
XYZ 7.46 3.8 18.11 -
YUV 50.55 167.2 153.29 -
System Red Green Blue C M Y K H S L
Decimal 86 19 120 0.28 0.84 0 0.53 279.8 0.73 0.27
Hex 56 13 78 1C 54 0 35 118 49 1B
Octal 126 23 170 34 124 0 65 430 111 33
Binary 1010110 10011 1111000 11100 1010100 0 110101 100011000 1001001 11011

Color Harmonies of #561378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561378

Black with #561378

Text Example


Text Example

White with #561378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561378; }

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

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

background-color css

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

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

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

border-color css

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

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

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