Html Css Color HEX #560599 Indigo

📋 copy color: '#560599'

red 86 ◦ green 5 ◦ blue 153

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

Shades of Indigo #560599

Tints of Indigo #560599

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.05%

 BLUE value IS 153 (60.16% from 255) = 62.7%

R = 35.25%
G = 2.05%
B = 62.7%

CMYK

 C value IS 0.44

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#560599 (or 0x560599) is known color: Indigo. HEX triplet: 56, 05 and 99. RGB value is (86,5,153). Sum of RGB (Red+Green+Blue) = 86+5+153=244 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.25% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 153 (60.16% from 255 or 62.70% from 244); Max value from RGB is 153 - color contains mainly: blue. Hex color #560599 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560599 is #A9FA66. Grayscale: #2D2D2D. Windows color (decimal): -11139687 or 10028374. OLE color: 10028374.

HSL color Cylindrical-coordinate representation of color #560599: hue angle of 272.84º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #560599 is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 86 5 153 -
CMYK 0.44 0.97 0 0.4
HSL 272.84º 0.94% 0.31% -
HSV(B) 272.84º 0.97% 0.6% -
XYZ 9.64 4.39 30.48 -
YUV 46.09 188.34 156.47 -
System Red Green Blue C M Y K H S L
Decimal 86 5 153 0.44 0.97 0 0.4 272.84 0.94 0.31
Hex 56 5 99 2C 61 0 28 111 5E 1F
Octal 126 5 231 54 141 0 50 421 136 37
Binary 1010110 101 10011001 101100 1100001 0 101000 100010001 1011110 11111

Color Harmonies of #560599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560599

Black with #560599

Text Example


Text Example

White with #560599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560599; }

 p { color: rgb(86,5,153); }

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

background-color css

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

 a { background-color: rgb(86,5,153); }

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

border-color css

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

 span { border-color: rgb(86,5,153); }

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