Html Css Color HEX #560379 Indigo

📋 copy color: '#560379'

red 86 ◦ green 3 ◦ blue 121

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

Shades of Indigo #560379

Tints of Indigo #560379

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.43%

 BLUE value IS 121 (47.66% from 255) = 57.62%

R = 40.95%
G = 1.43%
B = 57.62%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#560379 (or 0x560379) is known color: Indigo. HEX triplet: 56, 03 and 79. RGB value is (86,3,121). Sum of RGB (Red+Green+Blue) = 86+3+121=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 121 (47.66% from 255 or 57.62% from 210); Max value from RGB is 121 - color contains mainly: blue. Hex color #560379 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560379 is #A9FC86. Grayscale: #282828. Windows color (decimal): -11140231 or 7930710. OLE color: 7930710.

HSL color Cylindrical-coordinate representation of color #560379: hue angle of 282.2º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #560379 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 86 3 121 -
CMYK 0.29 0.98 0 0.53
HSL 282.2º 0.95% 0.24% -
HSV(B) 282.2º 0.98% 0.47% -
XYZ 7.32 3.42 18.36 -
YUV 41.27 173 159.91 -
System Red Green Blue C M Y K H S L
Decimal 86 3 121 0.29 0.98 0 0.53 282.2 0.95 0.24
Hex 56 3 79 1D 62 0 35 11A 5F 18
Octal 126 3 171 35 142 0 65 432 137 30
Binary 1010110 11 1111001 11101 1100010 0 110101 100011010 1011111 11000

Color Harmonies of #560379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560379

Black with #560379

Text Example


Text Example

White with #560379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560379; }

 p { color: rgb(86,3,121); }

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

background-color css

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

 a { background-color: rgb(86,3,121); }

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

border-color css

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

 span { border-color: rgb(86,3,121); }

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