Html Css Color HEX #561698 Indigo

📋 copy color: '#561698'

red 86 ◦ green 22 ◦ blue 152

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

Shades of Indigo #561698

Tints of Indigo #561698

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.46%

 BLUE value IS 152 (59.77% from 255) = 58.46%

R = 33.08%
G = 8.46%
B = 58.46%

CMYK

 C value IS 0.43

 M value IS 0.86

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#561698 (or 0x561698) is known color: Indigo. HEX triplet: 56, 16 and 98. RGB value is (86,22,152). Sum of RGB (Red+Green+Blue) = 86+22+152=260 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.08% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 152 (59.77% from 255 or 58.46% from 260); Max value from RGB is 152 - color contains mainly: blue. Hex color #561698 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561698 is #A9E967. Grayscale: #373737. Windows color (decimal): -11135336 or 9967190. OLE color: 9967190.

HSL color Cylindrical-coordinate representation of color #561698: hue angle of 269.54º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #561698 is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 86 22 152 -
CMYK 0.43 0.86 0 0.40
HSL 269.54º 0.75% 0.34% -
HSV(B) 269.54º 0.86% 0.6% -
XYZ 9.79 4.82 30.12 -
YUV 55.96 182.2 149.43 -
System Red Green Blue C M Y K H S L
Decimal 86 22 152 0.43 0.86 0 0.40 269.54 0.75 0.34
Hex 56 16 98 2B 56 0 28 10E 4B 22
Octal 126 26 230 53 126 0 50 416 113 42
Binary 1010110 10110 10011000 101011 1010110 0 101000 100001110 1001011 100010

Color Harmonies of #561698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561698

Black with #561698

Text Example


Text Example

White with #561698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561698; }

 p { color: rgb(86,22,152); }

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

background-color css

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

 a { background-color: rgb(86,22,152); }

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

border-color css

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

 span { border-color: rgb(86,22,152); }

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