Html Css Color HEX #560982 Indigo

📋 copy color: '#560982'

red 86 ◦ green 9 ◦ blue 130

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

Shades of Indigo #560982

Tints of Indigo #560982

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4%

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

R = 38.22%
G = 4%
B = 57.78%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#560982 (or 0x560982) is known color: Indigo. HEX triplet: 56, 09 and 82. RGB value is (86,9,130). Sum of RGB (Red+Green+Blue) = 86+9+130=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 130 (51.17% from 255 or 57.78% from 225); Max value from RGB is 130 - color contains mainly: blue. Hex color #560982 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560982 is #A9F67D. Grayscale: #2D2D2D. Windows color (decimal): -11138686 or 8522070. OLE color: 8522070.

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

Color convert

RGB 86 9 130 -
CMYK 0.34 0.93 0 0.49
HSL 278.18º 0.87% 0.27% -
HSV(B) 278.18º 0.93% 0.51% -
XYZ 7.96 3.79 21.43 -
YUV 45.82 175.51 156.66 -
System Red Green Blue C M Y K H S L
Decimal 86 9 130 0.34 0.93 0 0.49 278.18 0.87 0.27
Hex 56 9 82 22 5D 0 31 116 57 1B
Octal 126 11 202 42 135 0 61 426 127 33
Binary 1010110 1001 10000010 100010 1011101 0 110001 100010110 1010111 11011

Color Harmonies of #560982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560982

Black with #560982

Text Example


Text Example

White with #560982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560982; }

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

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

background-color css

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

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

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

border-color css

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

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

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