Html Css Color HEX #560465 Indigo

📋 copy color: '#560465'

red 86 ◦ green 4 ◦ blue 101

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

Shades of Indigo #560465

Tints of Indigo #560465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 52.88%

R = 45.03%
G = 2.09%
B = 52.88%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#560465 (or 0x560465) is known color: Indigo. HEX triplet: 56, 04 and 65. RGB value is (86,4,101). Sum of RGB (Red+Green+Blue) = 86+4+101=191 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.03% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 101 (39.84% from 255 or 52.88% from 191); Max value from RGB is 101 - color contains mainly: blue. Hex color #560465 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560465 is #A9FB9A. Grayscale: #272727. Windows color (decimal): -11139995 or 6620246. OLE color: 6620246.

HSL color Cylindrical-coordinate representation of color #560465: hue angle of 290.72º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #560465 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 86 4 101 -
CMYK 0.15 0.96 0 0.60
HSL 290.72º 0.92% 0.21% -
HSV(B) 290.72º 0.96% 0.4% -
XYZ 6.23 3 12.56 -
YUV 39.58 162.67 161.11 -
System Red Green Blue C M Y K H S L
Decimal 86 4 101 0.15 0.96 0 0.60 290.72 0.92 0.21
Hex 56 4 65 F 60 0 3C 123 5C 15
Octal 126 4 145 17 140 0 74 443 134 25
Binary 1010110 100 1100101 1111 1100000 0 111100 100100011 1011100 10101

Color Harmonies of #560465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560465

Black with #560465

Text Example


Text Example

White with #560465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560465; }

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

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

background-color css

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

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

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

border-color css

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

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

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