Html Css Color HEX #560474 Indigo

📋 copy color: '#560474'

red 86 ◦ green 4 ◦ blue 116

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

Shades of Indigo #560474

Tints of Indigo #560474

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.94%

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

R = 41.75%
G = 1.94%
B = 56.31%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#560474 (or 0x560474) is known color: Indigo. HEX triplet: 56, 04 and 74. RGB value is (86,4,116). Sum of RGB (Red+Green+Blue) = 86+4+116=206 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.75% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 116 (45.70% from 255 or 56.31% from 206); Max value from RGB is 116 - color contains mainly: blue. Hex color #560474 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560474 is #A9FB8B. Grayscale: #282828. Windows color (decimal): -11139980 or 7603286. OLE color: 7603286.

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

Color convert

RGB 86 4 116 -
CMYK 0.26 0.97 0 0.55
HSL 283.93º 0.93% 0.24% -
HSV(B) 283.93º 0.97% 0.45% -
XYZ 7.03 3.33 16.79 -
YUV 41.29 170.17 159.89 -
System Red Green Blue C M Y K H S L
Decimal 86 4 116 0.26 0.97 0 0.55 283.93 0.93 0.24
Hex 56 4 74 1A 61 0 37 11C 5D 18
Octal 126 4 164 32 141 0 67 434 135 30
Binary 1010110 100 1110100 11010 1100001 0 110111 100011100 1011101 11000

Color Harmonies of #560474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560474

Black with #560474

Text Example


Text Example

White with #560474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560474; }

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

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

background-color css

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

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

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

border-color css

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

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

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