Html Css Color HEX #560F68 Indigo

📋 copy color: '#560F68'

red 86 ◦ green 15 ◦ blue 104

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

Shades of Indigo #560F68

Tints of Indigo #560F68

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.32%

 BLUE value IS 104 (41.02% from 255) = 50.73%

R = 41.95%
G = 7.32%
B = 50.73%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#560F68 (or 0x560F68) is known color: Indigo. HEX triplet: 56, 0F and 68. RGB value is (86,15,104). Sum of RGB (Red+Green+Blue) = 86+15+104=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 15 (6.25% from 255 or 7.32% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #560F68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560F68 is #A9F097. Grayscale: #2E2E2E. Windows color (decimal): -11137176 or 6819670. OLE color: 6819670.

HSL color Cylindrical-coordinate representation of color #560F68: hue angle of 287.87º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #560F68 is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 86 15 104 -
CMYK 0.17 0.86 0 0.59
HSL 287.87º 0.75% 0.23% -
HSV(B) 287.87º 0.86% 0.41% -
XYZ 6.51 3.32 13.39 -
YUV 46.38 160.52 156.26 -
System Red Green Blue C M Y K H S L
Decimal 86 15 104 0.17 0.86 0 0.59 287.87 0.75 0.23
Hex 56 F 68 11 56 0 3B 120 4B 17
Octal 126 17 150 21 126 0 73 440 113 27
Binary 1010110 1111 1101000 10001 1010110 0 111011 100100000 1001011 10111

Color Harmonies of #560F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560F68

Black with #560F68

Text Example


Text Example

White with #560F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560F68; }

 p { color: rgb(86,15,104); }

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

background-color css

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

 a { background-color: rgb(86,15,104); }

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

border-color css

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

 span { border-color: rgb(86,15,104); }

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