Html Css Color HEX #560060 Indigo

📋 copy color: '#560060'

red 86 ◦ green 0 ◦ blue 96

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

Shades of Indigo #560060

Tints of Indigo #560060

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 96 (37.89% from 255) = 52.75%

R = 47.25%
G = 0%
B = 52.75%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#560060 (or 0x560060) is known color: Indigo. HEX triplet: 56, 00 and 60. RGB value is (86,0,96). Sum of RGB (Red+Green+Blue) = 86+0+96=182 (24% of max value = 765). Red value is 86 (33.98% from 255 or 47.25% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 96 (37.89% from 255 or 52.75% from 182); Max value from RGB is 96 - color contains mainly: blue. Hex color #560060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560060 is #A9FF9F. Grayscale: #242424. Windows color (decimal): -11141024 or 6291542. OLE color: 6291542.

HSL color Cylindrical-coordinate representation of color #560060: hue angle of 293.75º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #560060 is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 0 96 -
CMYK 0.10 1 0 0.62
HSL 293.75º 1% 0.19% -
HSV(B) 293.75º 1% 0.38% -
XYZ 5.95 2.82 11.3 -
YUV 36.66 161.49 163.19 -
System Red Green Blue C M Y K H S L
Decimal 86 0 96 0.10 1 0 0.62 293.75 1 0.19
Hex 56 0 60 A 64 0 3E 126 64 13
Octal 126 0 140 12 144 0 76 446 144 23
Binary 1010110 0 1100000 1010 1100100 0 111110 100100110 1100100 10011

Color Harmonies of #560060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560060

Black with #560060

Text Example


Text Example

White with #560060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560060; }

 p { color: rgb(86,0,96); }

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

background-color css

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

 a { background-color: rgb(86,0,96); }

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

border-color css

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

 span { border-color: rgb(86,0,96); }

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