Html Css Color HEX #560869 Indigo

📋 copy color: '#560869'

red 86 ◦ green 8 ◦ blue 105

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

Shades of Indigo #560869

Tints of Indigo #560869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 52.76%

R = 43.22%
G = 4.02%
B = 52.76%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#560869 (or 0x560869) is known color: Indigo. HEX triplet: 56, 08 and 69. RGB value is (86,8,105). Sum of RGB (Red+Green+Blue) = 86+8+105=199 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.22% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 105 (41.41% from 255 or 52.76% from 199); Max value from RGB is 105 - color contains mainly: blue. Hex color #560869 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560869 is #A9F796. Grayscale: #2A2A2A. Windows color (decimal): -11138967 or 6883414. OLE color: 6883414.

HSL color Cylindrical-coordinate representation of color #560869: hue angle of 288.25º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #560869 is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 86 8 105 -
CMYK 0.18 0.92 0 0.59
HSL 288.25º 0.86% 0.22% -
HSV(B) 288.25º 0.92% 0.41% -
XYZ 6.47 3.17 13.64 -
YUV 42.38 163.34 159.11 -
System Red Green Blue C M Y K H S L
Decimal 86 8 105 0.18 0.92 0 0.59 288.25 0.86 0.22
Hex 56 8 69 12 5C 0 3B 120 56 16
Octal 126 10 151 22 134 0 73 440 126 26
Binary 1010110 1000 1101001 10010 1011100 0 111011 100100000 1010110 10110

Color Harmonies of #560869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560869

Black with #560869

Text Example


Text Example

White with #560869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560869; }

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

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

background-color css

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

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

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

border-color css

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

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

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