Html Css Color HEX #560260 Indigo

📋 copy color: '#560260'

red 86 ◦ green 2 ◦ blue 96

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

Shades of Indigo #560260

Tints of Indigo #560260

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.09%

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

R = 46.74%
G = 1.09%
B = 52.17%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#560260 (or 0x560260) is known color: Indigo. HEX triplet: 56, 02 and 60. RGB value is (86,2,96). Sum of RGB (Red+Green+Blue) = 86+2+96=184 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.74% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 96 (37.89% from 255 or 52.17% from 184); Max value from RGB is 96 - color contains mainly: blue. Hex color #560260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560260 is #A9FD9F. Grayscale: #252525. Windows color (decimal): -11140512 or 6292054. OLE color: 6292054.

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

Color convert

RGB 86 2 96 -
CMYK 0.10 0.98 0 0.62
HSL 293.62º 0.96% 0.19% -
HSV(B) 293.62º 0.98% 0.38% -
XYZ 5.97 2.87 11.3 -
YUV 37.83 160.83 162.36 -
System Red Green Blue C M Y K H S L
Decimal 86 2 96 0.10 0.98 0 0.62 293.62 0.96 0.19
Hex 56 2 60 A 62 0 3E 126 60 13
Octal 126 2 140 12 142 0 76 446 140 23
Binary 1010110 10 1100000 1010 1100010 0 111110 100100110 1100000 10011

Color Harmonies of #560260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560260

Black with #560260

Text Example


Text Example

White with #560260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560260; }

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

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

background-color css

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

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

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

border-color css

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

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

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