Html Css Color HEX #560F82 Indigo

📋 copy color: '#560F82'

red 86 ◦ green 15 ◦ blue 130

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

Shades of Indigo #560F82

Tints of Indigo #560F82

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.49%

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

R = 37.23%
G = 6.49%
B = 56.28%

CMYK

 C value IS 0.34

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#560F82 (or 0x560F82) is known color: Indigo. HEX triplet: 56, 0F and 82. RGB value is (86,15,130). Sum of RGB (Red+Green+Blue) = 86+15+130=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 130 (51.17% from 255 or 56.28% from 231); Max value from RGB is 130 - color contains mainly: blue. Hex color #560F82 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560F82 is #A9F07D. Grayscale: #303030. Windows color (decimal): -11137150 or 8523606. OLE color: 8523606.

HSL color Cylindrical-coordinate representation of color #560F82: hue angle of 277.04º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #560F82 is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 86 15 130 -
CMYK 0.34 0.88 0 0.49
HSL 277.04º 0.79% 0.28% -
HSV(B) 277.04º 0.88% 0.51% -
XYZ 8.04 3.93 21.45 -
YUV 49.34 173.52 154.15 -
System Red Green Blue C M Y K H S L
Decimal 86 15 130 0.34 0.88 0 0.49 277.04 0.79 0.28
Hex 56 F 82 22 58 0 31 115 4F 1C
Octal 126 17 202 42 130 0 61 425 117 34
Binary 1010110 1111 10000010 100010 1011000 0 110001 100010101 1001111 11100

Color Harmonies of #560F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560F82

Black with #560F82

Text Example


Text Example

White with #560F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560F82; }

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

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

background-color css

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

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

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

border-color css

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

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

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