Html Css Color HEX #560287 Indigo

📋 copy color: '#560287'

red 86 ◦ green 2 ◦ blue 135

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

Shades of Indigo #560287

Tints of Indigo #560287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 60.54%

R = 38.57%
G = 0.9%
B = 60.54%

CMYK

 C value IS 0.36

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#560287 (or 0x560287) is known color: Indigo. HEX triplet: 56, 02 and 87. RGB value is (86,2,135). Sum of RGB (Red+Green+Blue) = 86+2+135=223 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.57% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 135 (53.12% from 255 or 60.54% from 223); Max value from RGB is 135 - color contains mainly: blue. Hex color #560287 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560287 is #A9FD78. Grayscale: #292929. Windows color (decimal): -11140473 or 8847958. OLE color: 8847958.

HSL color Cylindrical-coordinate representation of color #560287: hue angle of 277.89º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #560287 is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 86 2 135 -
CMYK 0.36 0.99 0 0.47
HSL 277.89º 0.97% 0.27% -
HSV(B) 277.89º 0.99% 0.53% -
XYZ 8.23 3.77 23.22 -
YUV 42.28 180.33 159.19 -
System Red Green Blue C M Y K H S L
Decimal 86 2 135 0.36 0.99 0 0.47 277.89 0.97 0.27
Hex 56 2 87 24 63 0 2F 116 61 1B
Octal 126 2 207 44 143 0 57 426 141 33
Binary 1010110 10 10000111 100100 1100011 0 101111 100010110 1100001 11011

Color Harmonies of #560287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560287

Black with #560287

Text Example


Text Example

White with #560287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560287; }

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

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

background-color css

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

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

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

border-color css

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

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

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