Html Css Color HEX #560F7C Indigo

📋 copy color: '#560F7C'

red 86 ◦ green 15 ◦ blue 124

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

Shades of Indigo #560F7C

Tints of Indigo #560F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 55.11%

R = 38.22%
G = 6.67%
B = 55.11%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#560F7C (or 0x560F7C) is known color: Indigo. HEX triplet: 56, 0F and 7C. RGB value is (86,15,124). Sum of RGB (Red+Green+Blue) = 86+15+124=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #560F7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560F7C is #A9F083. Grayscale: #303030. Windows color (decimal): -11137156 or 8130390. OLE color: 8130390.

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

Color convert

RGB 86 15 124 -
CMYK 0.31 0.88 0 0.51
HSL 279.08º 0.78% 0.27% -
HSV(B) 279.08º 0.88% 0.49% -
XYZ 7.65 3.78 19.39 -
YUV 48.66 170.52 154.64 -
System Red Green Blue C M Y K H S L
Decimal 86 15 124 0.31 0.88 0 0.51 279.08 0.78 0.27
Hex 56 F 7C 1F 58 0 33 117 4E 1B
Octal 126 17 174 37 130 0 63 427 116 33
Binary 1010110 1111 1111100 11111 1011000 0 110011 100010111 1001110 11011

Color Harmonies of #560F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560F7C

Black with #560F7C

Text Example


Text Example

White with #560F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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