Html Css Color HEX #560696 Indigo

📋 copy color: '#560696'

red 86 ◦ green 6 ◦ blue 150

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

Shades of Indigo #560696

Tints of Indigo #560696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 61.98%

R = 35.54%
G = 2.48%
B = 61.98%

CMYK

 C value IS 0.43

 M value IS 0.96

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#560696 (or 0x560696) is known color: Indigo. HEX triplet: 56, 06 and 96. RGB value is (86,6,150). Sum of RGB (Red+Green+Blue) = 86+6+150=242 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.54% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 150 (58.98% from 255 or 61.98% from 242); Max value from RGB is 150 - color contains mainly: blue. Hex color #560696 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560696 is #A9F969. Grayscale: #2D2D2D. Windows color (decimal): -11139434 or 9832022. OLE color: 9832022.

HSL color Cylindrical-coordinate representation of color #560696: hue angle of 273.33º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #560696 is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 86 6 150 -
CMYK 0.43 0.96 0 0.41
HSL 273.33º 0.92% 0.31% -
HSV(B) 273.33º 0.96% 0.59% -
XYZ 9.41 4.31 29.19 -
YUV 46.34 186.5 156.29 -
System Red Green Blue C M Y K H S L
Decimal 86 6 150 0.43 0.96 0 0.41 273.33 0.92 0.31
Hex 56 6 96 2B 60 0 29 111 5C 1F
Octal 126 6 226 53 140 0 51 421 134 37
Binary 1010110 110 10010110 101011 1100000 0 101001 100010001 1011100 11111

Color Harmonies of #560696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560696

Black with #560696

Text Example


Text Example

White with #560696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560696; }

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

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

background-color css

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

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

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

border-color css

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

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

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