Html Css Color HEX #560263 Indigo

📋 copy color: '#560263'

red 86 ◦ green 2 ◦ blue 99

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

Shades of Indigo #560263

Tints of Indigo #560263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 52.94%

R = 45.99%
G = 1.07%
B = 52.94%

CMYK

 C value IS 0.13

 M value IS 0.98

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#560263 (or 0x560263) is known color: Indigo. HEX triplet: 56, 02 and 63. RGB value is (86,2,99). Sum of RGB (Red+Green+Blue) = 86+2+99=187 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.99% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 99 (39.06% from 255 or 52.94% from 187); Max value from RGB is 99 - color contains mainly: blue. Hex color #560263 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560263 is #A9FD9C. Grayscale: #252525. Windows color (decimal): -11140509 or 6488662. OLE color: 6488662.

HSL color Cylindrical-coordinate representation of color #560263: hue angle of 291.96º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #560263 is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 86 2 99 -
CMYK 0.13 0.98 0 0.61
HSL 291.96º 0.96% 0.2% -
HSV(B) 291.96º 0.98% 0.39% -
XYZ 6.11 2.92 12.05 -
YUV 38.17 162.33 162.11 -
System Red Green Blue C M Y K H S L
Decimal 86 2 99 0.13 0.98 0 0.61 291.96 0.96 0.2
Hex 56 2 63 D 62 0 3D 124 60 14
Octal 126 2 143 15 142 0 75 444 140 24
Binary 1010110 10 1100011 1101 1100010 0 111101 100100100 1100000 10100

Color Harmonies of #560263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560263

Black with #560263

Text Example


Text Example

White with #560263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560263; }

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

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

background-color css

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

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

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

border-color css

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

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

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