Html Css Color HEX #560282 Indigo

📋 copy color: '#560282'

red 86 ◦ green 2 ◦ blue 130

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

Shades of Indigo #560282

Tints of Indigo #560282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 59.63%

R = 39.45%
G = 0.92%
B = 59.63%

CMYK

 C value IS 0.34

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#560282 (or 0x560282) is known color: Indigo. HEX triplet: 56, 02 and 82. RGB value is (86,2,130). Sum of RGB (Red+Green+Blue) = 86+2+130=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 130 (51.17% from 255 or 59.63% from 218); Max value from RGB is 130 - color contains mainly: blue. Hex color #560282 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560282 is #A9FD7D. Grayscale: #292929. Windows color (decimal): -11140478 or 8520278. OLE color: 8520278.

HSL color Cylindrical-coordinate representation of color #560282: hue angle of 279.38º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #560282 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 86 2 130 -
CMYK 0.34 0.98 0 0.49
HSL 279.38º 0.97% 0.26% -
HSV(B) 279.38º 0.98% 0.51% -
XYZ 7.89 3.63 21.4 -
YUV 41.71 177.83 159.59 -
System Red Green Blue C M Y K H S L
Decimal 86 2 130 0.34 0.98 0 0.49 279.38 0.97 0.26
Hex 56 2 82 22 62 0 31 117 61 1A
Octal 126 2 202 42 142 0 61 427 141 32
Binary 1010110 10 10000010 100010 1100010 0 110001 100010111 1100001 11010

Color Harmonies of #560282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560282

Black with #560282

Text Example


Text Example

White with #560282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560282; }

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

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

background-color css

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

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

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

border-color css

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

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

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