Html Css Color HEX #560461 Indigo

📋 copy color: '#560461'

red 86 ◦ green 4 ◦ blue 97

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

Shades of Indigo #560461

Tints of Indigo #560461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 51.87%

R = 45.99%
G = 2.14%
B = 51.87%

CMYK

 C value IS 0.11

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#560461 (or 0x560461) is known color: Indigo. HEX triplet: 56, 04 and 61. RGB value is (86,4,97). Sum of RGB (Red+Green+Blue) = 86+4+97=187 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.99% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 97 (38.28% from 255 or 51.87% from 187); Max value from RGB is 97 - color contains mainly: blue. Hex color #560461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560461 is #A9FB9E. Grayscale: #262626. Windows color (decimal): -11139999 or 6358102. OLE color: 6358102.

HSL color Cylindrical-coordinate representation of color #560461: hue angle of 292.9º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #560461 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 4 97 -
CMYK 0.11 0.96 0 0.62
HSL 292.9º 0.92% 0.2% -
HSV(B) 292.9º 0.96% 0.38% -
XYZ 6.04 2.93 11.56 -
YUV 39.12 160.67 161.44 -
System Red Green Blue C M Y K H S L
Decimal 86 4 97 0.11 0.96 0 0.62 292.9 0.92 0.2
Hex 56 4 61 B 60 0 3E 125 5C 14
Octal 126 4 141 13 140 0 76 445 134 24
Binary 1010110 100 1100001 1011 1100000 0 111110 100100101 1011100 10100

Color Harmonies of #560461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560461

Black with #560461

Text Example


Text Example

White with #560461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560461; }

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

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

background-color css

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

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

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

border-color css

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

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

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