Html Css Color HEX #560365 Indigo

📋 copy color: '#560365'

red 86 ◦ green 3 ◦ blue 101

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

Shades of Indigo #560365

Tints of Indigo #560365

RGB

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

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

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

R = 45.26%
G = 1.58%
B = 53.16%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#560365 (or 0x560365) is known color: Indigo. HEX triplet: 56, 03 and 65. RGB value is (86,3,101). Sum of RGB (Red+Green+Blue) = 86+3+101=190 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.26% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 101 (39.84% from 255 or 53.16% from 190); Max value from RGB is 101 - color contains mainly: blue. Hex color #560365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560365 is #A9FC9A. Grayscale: #262626. Windows color (decimal): -11140251 or 6619990. OLE color: 6619990.

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

Color convert

RGB 86 3 101 -
CMYK 0.15 0.97 0 0.60
HSL 290.82º 0.94% 0.2% -
HSV(B) 290.82º 0.97% 0.4% -
XYZ 6.22 2.98 12.56 -
YUV 38.99 163 161.53 -
System Red Green Blue C M Y K H S L
Decimal 86 3 101 0.15 0.97 0 0.60 290.82 0.94 0.2
Hex 56 3 65 F 61 0 3C 123 5E 14
Octal 126 3 145 17 141 0 74 443 136 24
Binary 1010110 11 1100101 1111 1100001 0 111100 100100011 1011110 10100

Color Harmonies of #560365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560365

Black with #560365

Text Example


Text Example

White with #560365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560365; }

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

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

background-color css

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

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

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

border-color css

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

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

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