Html Css Color HEX #560674 Indigo

📋 copy color: '#560674'

red 86 ◦ green 6 ◦ blue 116

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

Shades of Indigo #560674

Tints of Indigo #560674

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.88%

 BLUE value IS 116 (45.7% from 255) = 55.77%

R = 41.35%
G = 2.88%
B = 55.77%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#560674 (or 0x560674) is known color: Indigo. HEX triplet: 56, 06 and 74. RGB value is (86,6,116). Sum of RGB (Red+Green+Blue) = 86+6+116=208 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.35% from 208); Green value is 6 (2.73% from 255 or 2.88% from 208); Blue value is 116 (45.70% from 255 or 55.77% from 208); Max value from RGB is 116 - color contains mainly: blue. Hex color #560674 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560674 is #A9F98B. Grayscale: #2A2A2A. Windows color (decimal): -11139468 or 7603798. OLE color: 7603798.

HSL color Cylindrical-coordinate representation of color #560674: hue angle of 283.64º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #560674 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 86 6 116 -
CMYK 0.26 0.95 0 0.55
HSL 283.64º 0.9% 0.24% -
HSV(B) 283.64º 0.95% 0.45% -
XYZ 7.06 3.37 16.8 -
YUV 42.46 169.5 159.06 -
System Red Green Blue C M Y K H S L
Decimal 86 6 116 0.26 0.95 0 0.55 283.64 0.9 0.24
Hex 56 6 74 1A 5F 0 37 11C 5A 18
Octal 126 6 164 32 137 0 67 434 132 30
Binary 1010110 110 1110100 11010 1011111 0 110111 100011100 1011010 11000

Color Harmonies of #560674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560674

Black with #560674

Text Example


Text Example

White with #560674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560674; }

 p { color: rgb(86,6,116); }

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

background-color css

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

 a { background-color: rgb(86,6,116); }

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

border-color css

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

 span { border-color: rgb(86,6,116); }

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