Html Css Color HEX #561474 Indigo

📋 copy color: '#561474'

red 86 ◦ green 20 ◦ blue 116

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

Shades of Indigo #561474

Tints of Indigo #561474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 52.25%

R = 38.74%
G = 9.01%
B = 52.25%

CMYK

 C value IS 0.26

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#561474 (or 0x561474) is known color: Indigo. HEX triplet: 56, 14 and 74. RGB value is (86,20,116). Sum of RGB (Red+Green+Blue) = 86+20+116=222 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.74% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 116 (45.70% from 255 or 52.25% from 222); Max value from RGB is 116 - color contains mainly: blue. Hex color #561474 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561474 is #A9EB8B. Grayscale: #323232. Windows color (decimal): -11135884 or 7607382. OLE color: 7607382.

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

Color convert

RGB 86 20 116 -
CMYK 0.26 0.83 0 0.55
HSL 281.25º 0.71% 0.27% -
HSV(B) 281.25º 0.83% 0.45% -
XYZ 7.24 3.74 16.86 -
YUV 50.68 164.87 153.19 -
System Red Green Blue C M Y K H S L
Decimal 86 20 116 0.26 0.83 0 0.55 281.25 0.71 0.27
Hex 56 14 74 1A 53 0 37 119 47 1B
Octal 126 24 164 32 123 0 67 431 107 33
Binary 1010110 10100 1110100 11010 1010011 0 110111 100011001 1000111 11011

Color Harmonies of #561474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561474

Black with #561474

Text Example


Text Example

White with #561474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561474; }

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

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

background-color css

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

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

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

border-color css

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

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

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