Html Css Color HEX #560874 Indigo

📋 copy color: '#560874'

red 86 ◦ green 8 ◦ blue 116

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

Shades of Indigo #560874

Tints of Indigo #560874

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.81%

 BLUE value IS 116 (45.7% from 255) = 55.24%

R = 40.95%
G = 3.81%
B = 55.24%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#560874 (or 0x560874) is known color: Indigo. HEX triplet: 56, 08 and 74. RGB value is (86,8,116). Sum of RGB (Red+Green+Blue) = 86+8+116=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 116 (45.70% from 255 or 55.24% from 210); Max value from RGB is 116 - color contains mainly: blue. Hex color #560874 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560874 is #A9F78B. Grayscale: #2B2B2B. Windows color (decimal): -11138956 or 7604310. OLE color: 7604310.

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

Color convert

RGB 86 8 116 -
CMYK 0.26 0.93 0 0.55
HSL 283.33º 0.87% 0.24% -
HSV(B) 283.33º 0.93% 0.45% -
XYZ 7.08 3.41 16.81 -
YUV 43.63 168.84 158.22 -
System Red Green Blue C M Y K H S L
Decimal 86 8 116 0.26 0.93 0 0.55 283.33 0.87 0.24
Hex 56 8 74 1A 5D 0 37 11B 57 18
Octal 126 10 164 32 135 0 67 433 127 30
Binary 1010110 1000 1110100 11010 1011101 0 110111 100011011 1010111 11000

Color Harmonies of #560874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560874

Black with #560874

Text Example


Text Example

White with #560874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560874; }

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

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

background-color css

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

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

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

border-color css

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

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

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