Html Css Color HEX #560965 Indigo

📋 copy color: '#560965'

red 86 ◦ green 9 ◦ blue 101

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

Shades of Indigo #560965

Tints of Indigo #560965

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.59%

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

R = 43.88%
G = 4.59%
B = 51.53%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#560965 (or 0x560965) is known color: Indigo. HEX triplet: 56, 09 and 65. RGB value is (86,9,101). Sum of RGB (Red+Green+Blue) = 86+9+101=196 (25% of max value = 765). Red value is 86 (33.98% from 255 or 43.88% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 101 (39.84% from 255 or 51.53% from 196); Max value from RGB is 101 - color contains mainly: blue. Hex color #560965 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560965 is #A9F69A. Grayscale: #2A2A2A. Windows color (decimal): -11138715 or 6621526. OLE color: 6621526.

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

Color convert

RGB 86 9 101 -
CMYK 0.15 0.91 0 0.60
HSL 290.22º 0.84% 0.22% -
HSV(B) 290.22º 0.91% 0.4% -
XYZ 6.28 3.11 12.58 -
YUV 42.51 161.01 159.02 -
System Red Green Blue C M Y K H S L
Decimal 86 9 101 0.15 0.91 0 0.60 290.22 0.84 0.22
Hex 56 9 65 F 5B 0 3C 122 54 16
Octal 126 11 145 17 133 0 74 442 124 26
Binary 1010110 1001 1100101 1111 1011011 0 111100 100100010 1010100 10110

Color Harmonies of #560965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560965

Black with #560965

Text Example


Text Example

White with #560965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560965; }

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

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

background-color css

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

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

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

border-color css

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

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

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