Html Css Color HEX #560782 Indigo

📋 copy color: '#560782'

red 86 ◦ green 7 ◦ blue 130

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

Shades of Indigo #560782

Tints of Indigo #560782

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.14%

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

R = 38.57%
G = 3.14%
B = 58.3%

CMYK

 C value IS 0.34

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#560782 (or 0x560782) is known color: Indigo. HEX triplet: 56, 07 and 82. RGB value is (86,7,130). Sum of RGB (Red+Green+Blue) = 86+7+130=223 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.57% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 130 (51.17% from 255 or 58.30% from 223); Max value from RGB is 130 - color contains mainly: blue. Hex color #560782 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560782 is #A9F87D. Grayscale: #2C2C2C. Windows color (decimal): -11139198 or 8521558. OLE color: 8521558.

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

Color convert

RGB 86 7 130 -
CMYK 0.34 0.95 0 0.49
HSL 278.54º 0.9% 0.27% -
HSV(B) 278.54º 0.95% 0.51% -
XYZ 7.94 3.74 21.42 -
YUV 44.64 176.17 157.5 -
System Red Green Blue C M Y K H S L
Decimal 86 7 130 0.34 0.95 0 0.49 278.54 0.9 0.27
Hex 56 7 82 22 5F 0 31 117 5A 1B
Octal 126 7 202 42 137 0 61 427 132 33
Binary 1010110 111 10000010 100010 1011111 0 110001 100010111 1011010 11011

Color Harmonies of #560782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560782

Black with #560782

Text Example


Text Example

White with #560782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560782; }

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

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

background-color css

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

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

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

border-color css

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

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

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