Html Css Color HEX #561375 Indigo

📋 copy color: '#561375'

red 86 ◦ green 19 ◦ blue 117

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

Shades of Indigo #561375

Tints of Indigo #561375

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.56%

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

R = 38.74%
G = 8.56%
B = 52.7%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#561375 (or 0x561375) is known color: Indigo. HEX triplet: 56, 13 and 75. RGB value is (86,19,117). Sum of RGB (Red+Green+Blue) = 86+19+117=222 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.74% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 117 (46.09% from 255 or 52.70% from 222); Max value from RGB is 117 - color contains mainly: blue. Hex color #561375 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561375 is #A9EC8A. Grayscale: #313131. Windows color (decimal): -11136139 or 7672662. OLE color: 7672662.

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

Color convert

RGB 86 19 117 -
CMYK 0.26 0.84 0 0.54
HSL 281.02º 0.72% 0.27% -
HSV(B) 281.02º 0.84% 0.46% -
XYZ 7.28 3.73 17.17 -
YUV 50.21 165.7 153.53 -
System Red Green Blue C M Y K H S L
Decimal 86 19 117 0.26 0.84 0 0.54 281.02 0.72 0.27
Hex 56 13 75 1A 54 0 36 119 48 1B
Octal 126 23 165 32 124 0 66 431 110 33
Binary 1010110 10011 1110101 11010 1010100 0 110110 100011001 1001000 11011

Color Harmonies of #561375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561375

Black with #561375

Text Example


Text Example

White with #561375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561375; }

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

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

background-color css

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

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

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

border-color css

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

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

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