Html Css Color HEX #561687 Indigo

📋 copy color: '#561687'

red 86 ◦ green 22 ◦ blue 135

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

Shades of Indigo #561687

Tints of Indigo #561687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 55.56%

R = 35.39%
G = 9.05%
B = 55.56%

CMYK

 C value IS 0.36

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#561687 (or 0x561687) is known color: Indigo. HEX triplet: 56, 16 and 87. RGB value is (86,22,135). Sum of RGB (Red+Green+Blue) = 86+22+135=243 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.39% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 135 (53.12% from 255 or 55.56% from 243); Max value from RGB is 135 - color contains mainly: blue. Hex color #561687 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561687 is #A9E978. Grayscale: #353535. Windows color (decimal): -11135353 or 8853078. OLE color: 8853078.

HSL color Cylindrical-coordinate representation of color #561687: hue angle of 273.98º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #561687 is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 86 22 135 -
CMYK 0.36 0.84 0 0.47
HSL 273.98º 0.72% 0.31% -
HSV(B) 273.98º 0.84% 0.53% -
XYZ 8.5 4.3 23.3 -
YUV 54.02 173.7 150.81 -
System Red Green Blue C M Y K H S L
Decimal 86 22 135 0.36 0.84 0 0.47 273.98 0.72 0.31
Hex 56 16 87 24 54 0 2F 112 48 1F
Octal 126 26 207 44 124 0 57 422 110 37
Binary 1010110 10110 10000111 100100 1010100 0 101111 100010010 1001000 11111

Color Harmonies of #561687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561687

Black with #561687

Text Example


Text Example

White with #561687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561687; }

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

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

background-color css

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

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

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

border-color css

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

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

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