Html Css Color HEX #560C82 Indigo

📋 copy color: '#560C82'

red 86 ◦ green 12 ◦ blue 130

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

Shades of Indigo #560C82

Tints of Indigo #560C82

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.26%

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

R = 37.72%
G = 5.26%
B = 57.02%

CMYK

 C value IS 0.34

 M value IS 0.91

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#560C82 (or 0x560C82) is known color: Indigo. HEX triplet: 56, 0C and 82. RGB value is (86,12,130). Sum of RGB (Red+Green+Blue) = 86+12+130=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 12 (5.08% from 255 or 5.26% from 228); Blue value is 130 (51.17% from 255 or 57.02% from 228); Max value from RGB is 130 - color contains mainly: blue. Hex color #560C82 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560C82 is #A9F37D. Grayscale: #2F2F2F. Windows color (decimal): -11137918 or 8522838. OLE color: 8522838.

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

Color convert

RGB 86 12 130 -
CMYK 0.34 0.91 0 0.49
HSL 277.63º 0.83% 0.28% -
HSV(B) 277.63º 0.91% 0.51% -
XYZ 8 3.85 21.44 -
YUV 47.58 174.52 155.41 -
System Red Green Blue C M Y K H S L
Decimal 86 12 130 0.34 0.91 0 0.49 277.63 0.83 0.28
Hex 56 C 82 22 5B 0 31 116 53 1C
Octal 126 14 202 42 133 0 61 426 123 34
Binary 1010110 1100 10000010 100010 1011011 0 110001 100010110 1010011 11100

Color Harmonies of #560C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560C82

Black with #560C82

Text Example


Text Example

White with #560C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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