Html Css Color HEX #560286 Indigo

📋 copy color: '#560286'

red 86 ◦ green 2 ◦ blue 134

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

Shades of Indigo #560286

Tints of Indigo #560286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 60.36%

R = 38.74%
G = 0.9%
B = 60.36%

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

#560286 (or 0x560286) is known color: Indigo. HEX triplet: 56, 02 and 86. RGB value is (86,2,134). Sum of RGB (Red+Green+Blue) = 86+2+134=222 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.74% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 134 (52.73% from 255 or 60.36% from 222); Max value from RGB is 134 - color contains mainly: blue. Hex color #560286 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560286 is #A9FD79. Grayscale: #292929. Windows color (decimal): -11140474 or 8782422. OLE color: 8782422.

HSL color Cylindrical-coordinate representation of color #560286: hue angle of 278.18º 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 #560286 is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 86 2 134 -
CMYK 0.36 0.99 0 0.47
HSL 278.18º 0.97% 0.27% -
HSV(B) 278.18º 0.99% 0.53% -
XYZ 8.16 3.74 22.85 -
YUV 42.16 179.83 159.27 -
System Red Green Blue C M Y K H S L
Decimal 86 2 134 0.36 0.99 0 0.47 278.18 0.97 0.27
Hex 56 2 86 24 63 0 2F 116 61 1B
Octal 126 2 206 44 143 0 57 426 141 33
Binary 1010110 10 10000110 100100 1100011 0 101111 100010110 1100001 11011

Color Harmonies of #560286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560286

Black with #560286

Text Example


Text Example

White with #560286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560286; }

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

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

background-color css

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

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

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

border-color css

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

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

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