Html Css Color HEX #560299 Indigo

📋 copy color: '#560299'

red 86 ◦ green 2 ◦ blue 153

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

Shades of Indigo #560299

Tints of Indigo #560299

RGB

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

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

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

R = 35.68%
G = 0.83%
B = 63.49%

CMYK

 C value IS 0.44

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#560299 (or 0x560299) is known color: Indigo. HEX triplet: 56, 02 and 99. RGB value is (86,2,153). Sum of RGB (Red+Green+Blue) = 86+2+153=241 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.68% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 153 (60.16% from 255 or 63.49% from 241); Max value from RGB is 153 - color contains mainly: blue. Hex color #560299 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560299 is #A9FD66. Grayscale: #2B2B2B. Windows color (decimal): -11140455 or 10027606. OLE color: 10027606.

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

Color convert

RGB 86 2 153 -
CMYK 0.44 0.99 0 0.4
HSL 273.38º 0.97% 0.3% -
HSV(B) 273.38º 0.99% 0.6% -
XYZ 9.61 4.32 30.46 -
YUV 44.33 189.33 157.72 -
System Red Green Blue C M Y K H S L
Decimal 86 2 153 0.44 0.99 0 0.4 273.38 0.97 0.3
Hex 56 2 99 2C 63 0 28 111 61 1E
Octal 126 2 231 54 143 0 50 421 141 36
Binary 1010110 10 10011001 101100 1100011 0 101000 100010001 1100001 11110

Color Harmonies of #560299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560299

Black with #560299

Text Example


Text Example

White with #560299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560299; }

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

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

background-color css

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

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

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

border-color css

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

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

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