Html Css Color HEX #561675 Indigo

📋 copy color: '#561675'

red 86 ◦ green 22 ◦ blue 117

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

Shades of Indigo #561675

Tints of Indigo #561675

RGB

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

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

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

R = 38.22%
G = 9.78%
B = 52%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#561675 (or 0x561675) is known color: Indigo. HEX triplet: 56, 16 and 75. RGB value is (86,22,117). Sum of RGB (Red+Green+Blue) = 86+22+117=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #561675 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561675 is #A9E98A. Grayscale: #333333. Windows color (decimal): -11135371 or 7673430. OLE color: 7673430.

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

Color convert

RGB 86 22 117 -
CMYK 0.26 0.81 0 0.54
HSL 280.42º 0.68% 0.27% -
HSV(B) 280.42º 0.81% 0.46% -
XYZ 7.34 3.84 17.18 -
YUV 51.97 164.7 152.28 -
System Red Green Blue C M Y K H S L
Decimal 86 22 117 0.26 0.81 0 0.54 280.42 0.68 0.27
Hex 56 16 75 1A 51 0 36 118 44 1B
Octal 126 26 165 32 121 0 66 430 104 33
Binary 1010110 10110 1110101 11010 1010001 0 110110 100011000 1000100 11011

Color Harmonies of #561675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561675

Black with #561675

Text Example


Text Example

White with #561675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561675; }

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

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

background-color css

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

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

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

border-color css

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

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

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