Html Css Color HEX #561475 Indigo

📋 copy color: '#561475'

red 86 ◦ green 20 ◦ blue 117

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

Shades of Indigo #561475

Tints of Indigo #561475

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.97%

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

R = 38.57%
G = 8.97%
B = 52.47%

CMYK

 C value IS 0.26

 M value IS 0.83

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#561475 (or 0x561475) is known color: Indigo. HEX triplet: 56, 14 and 75. RGB value is (86,20,117). Sum of RGB (Red+Green+Blue) = 86+20+117=223 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.57% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #561475 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561475 is #A9EB8A. Grayscale: #323232. Windows color (decimal): -11135883 or 7672918. OLE color: 7672918.

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

Color convert

RGB 86 20 117 -
CMYK 0.26 0.83 0 0.54
HSL 280.82º 0.71% 0.27% -
HSV(B) 280.82º 0.83% 0.46% -
XYZ 7.3 3.76 17.17 -
YUV 50.79 165.37 153.11 -
System Red Green Blue C M Y K H S L
Decimal 86 20 117 0.26 0.83 0 0.54 280.82 0.71 0.27
Hex 56 14 75 1A 53 0 36 119 47 1B
Octal 126 24 165 32 123 0 66 431 107 33
Binary 1010110 10100 1110101 11010 1010011 0 110110 100011001 1000111 11011

Color Harmonies of #561475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561475

Black with #561475

Text Example


Text Example

White with #561475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561475; }

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

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

background-color css

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

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

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

border-color css

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

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

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