Html Css Color HEX #560376 Indigo

📋 copy color: '#560376'

red 86 ◦ green 3 ◦ blue 118

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

Shades of Indigo #560376

Tints of Indigo #560376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 57%

R = 41.55%
G = 1.45%
B = 57%

CMYK

 C value IS 0.27

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#560376 (or 0x560376) is known color: Indigo. HEX triplet: 56, 03 and 76. RGB value is (86,3,118). Sum of RGB (Red+Green+Blue) = 86+3+118=207 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.55% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 118 (46.48% from 255 or 57.00% from 207); Max value from RGB is 118 - color contains mainly: blue. Hex color #560376 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560376 is #A9FC89. Grayscale: #282828. Windows color (decimal): -11140234 or 7734102. OLE color: 7734102.

HSL color Cylindrical-coordinate representation of color #560376: hue angle of 283.3º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #560376 is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 3 118 -
CMYK 0.27 0.97 0 0.54
HSL 283.3º 0.95% 0.24% -
HSV(B) 283.3º 0.97% 0.46% -
XYZ 7.14 3.35 17.41 -
YUV 40.93 171.5 160.15 -
System Red Green Blue C M Y K H S L
Decimal 86 3 118 0.27 0.97 0 0.54 283.3 0.95 0.24
Hex 56 3 76 1B 61 0 36 11B 5F 18
Octal 126 3 166 33 141 0 66 433 137 30
Binary 1010110 11 1110110 11011 1100001 0 110110 100011011 1011111 11000

Color Harmonies of #560376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560376

Black with #560376

Text Example


Text Example

White with #560376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560376; }

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

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

background-color css

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

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

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

border-color css

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

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

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