Html Css Color HEX #560169 Indigo

📋 copy color: '#560169'

red 86 ◦ green 1 ◦ blue 105

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

Shades of Indigo #560169

Tints of Indigo #560169

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

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

R = 44.79%
G = 0.52%
B = 54.69%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#560169 (or 0x560169) is known color: Indigo. HEX triplet: 56, 01 and 69. RGB value is (86,1,105). Sum of RGB (Red+Green+Blue) = 86+1+105=192 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.79% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 105 (41.41% from 255 or 54.69% from 192); Max value from RGB is 105 - color contains mainly: blue. Hex color #560169 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560169 is #A9FE96. Grayscale: #252525. Windows color (decimal): -11140759 or 6881622. OLE color: 6881622.

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

Color convert

RGB 86 1 105 -
CMYK 0.18 0.99 0 0.59
HSL 289.04º 0.98% 0.21% -
HSV(B) 289.04º 0.99% 0.41% -
XYZ 6.4 3.02 13.61 -
YUV 38.27 165.66 162.04 -
System Red Green Blue C M Y K H S L
Decimal 86 1 105 0.18 0.99 0 0.59 289.04 0.98 0.21
Hex 56 1 69 12 63 0 3B 121 62 15
Octal 126 1 151 22 143 0 73 441 142 25
Binary 1010110 1 1101001 10010 1100011 0 111011 100100001 1100010 10101

Color Harmonies of #560169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560169

Black with #560169

Text Example


Text Example

White with #560169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560169; }

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

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

background-color css

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

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

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

border-color css

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

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

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