Html Css Color HEX #561775 Indigo

📋 copy color: '#561775'

red 86 ◦ green 23 ◦ blue 117

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

Shades of Indigo #561775

Tints of Indigo #561775

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.18%

 BLUE value IS 117 (46.09% from 255) = 51.77%

R = 38.05%
G = 10.18%
B = 51.77%

CMYK

 C value IS 0.26

 M value IS 0.80

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#561775 (or 0x561775) is known color: Indigo. HEX triplet: 56, 17 and 75. RGB value is (86,23,117). Sum of RGB (Red+Green+Blue) = 86+23+117=226 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.05% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #561775 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561775 is #A9E88A. Grayscale: #343434. Windows color (decimal): -11135115 or 7673686. OLE color: 7673686.

HSL color Cylindrical-coordinate representation of color #561775: hue angle of 280.21º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #561775 is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 23 117 -
CMYK 0.26 0.80 0 0.54
HSL 280.21º 0.67% 0.27% -
HSV(B) 280.21º 0.8% 0.46% -
XYZ 7.36 3.88 17.19 -
YUV 52.55 164.37 151.86 -
System Red Green Blue C M Y K H S L
Decimal 86 23 117 0.26 0.80 0 0.54 280.21 0.67 0.27
Hex 56 17 75 1A 50 0 36 118 43 1B
Octal 126 27 165 32 120 0 66 430 103 33
Binary 1010110 10111 1110101 11010 1010000 0 110110 100011000 1000011 11011

Color Harmonies of #561775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561775

Black with #561775

Text Example


Text Example

White with #561775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561775; }

 p { color: rgb(86,23,117); }

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

background-color css

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

 a { background-color: rgb(86,23,117); }

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

border-color css

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

 span { border-color: rgb(86,23,117); }

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