Html Css Color HEX #560690 Indigo

📋 copy color: '#560690'

red 86 ◦ green 6 ◦ blue 144

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

Shades of Indigo #560690

Tints of Indigo #560690

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.54%

 BLUE value IS 144 (56.64% from 255) = 61.02%

R = 36.44%
G = 2.54%
B = 61.02%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#560690 (or 0x560690) is known color: Indigo. HEX triplet: 56, 06 and 90. RGB value is (86,6,144). Sum of RGB (Red+Green+Blue) = 86+6+144=236 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.44% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 144 (56.64% from 255 or 61.02% from 236); Max value from RGB is 144 - color contains mainly: blue. Hex color #560690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560690 is #A9F96F. Grayscale: #2D2D2D. Windows color (decimal): -11139440 or 9438806. OLE color: 9438806.

HSL color Cylindrical-coordinate representation of color #560690: hue angle of 274.78º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #560690 is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 86 6 144 -
CMYK 0.40 0.96 0 0.44
HSL 274.78º 0.92% 0.29% -
HSV(B) 274.78º 0.96% 0.56% -
XYZ 8.94 4.12 26.71 -
YUV 45.65 183.5 156.78 -
System Red Green Blue C M Y K H S L
Decimal 86 6 144 0.40 0.96 0 0.44 274.78 0.92 0.29
Hex 56 6 90 28 60 0 2C 113 5C 1D
Octal 126 6 220 50 140 0 54 423 134 35
Binary 1010110 110 10010000 101000 1100000 0 101100 100010011 1011100 11101

Color Harmonies of #560690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560690

Black with #560690

Text Example


Text Example

White with #560690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560690; }

 p { color: rgb(86,6,144); }

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

background-color css

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

 a { background-color: rgb(86,6,144); }

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

border-color css

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

 span { border-color: rgb(86,6,144); }

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