Html Css Color HEX #561874 Indigo

📋 copy color: '#561874'

red 86 ◦ green 24 ◦ blue 116

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

Shades of Indigo #561874

Tints of Indigo #561874

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.62%

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

R = 38.05%
G = 10.62%
B = 51.33%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#561874 (or 0x561874) is known color: Indigo. HEX triplet: 56, 18 and 74. RGB value is (86,24,116). Sum of RGB (Red+Green+Blue) = 86+24+116=226 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.05% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 116 (45.70% from 255 or 51.33% from 226); Max value from RGB is 116 - color contains mainly: blue. Hex color #561874 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561874 is #A9E78B. Grayscale: #343434. Windows color (decimal): -11134860 or 7608406. OLE color: 7608406.

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

Color convert

RGB 86 24 116 -
CMYK 0.26 0.79 0 0.55
HSL 280.43º 0.66% 0.27% -
HSV(B) 280.43º 0.79% 0.45% -
XYZ 7.32 3.89 16.89 -
YUV 53.03 163.54 151.52 -
System Red Green Blue C M Y K H S L
Decimal 86 24 116 0.26 0.79 0 0.55 280.43 0.66 0.27
Hex 56 18 74 1A 4F 0 37 118 42 1B
Octal 126 30 164 32 117 0 67 430 102 33
Binary 1010110 11000 1110100 11010 1001111 0 110111 100011000 1000010 11011

Color Harmonies of #561874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561874

Black with #561874

Text Example


Text Example

White with #561874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561874; }

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

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

background-color css

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

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

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

border-color css

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

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

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