Html Css Color HEX #561884 Indigo

📋 copy color: '#561884'

red 86 ◦ green 24 ◦ blue 132

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

Shades of Indigo #561884

Tints of Indigo #561884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 54.55%

R = 35.54%
G = 9.92%
B = 54.55%

CMYK

 C value IS 0.35

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#561884 (or 0x561884) is known color: Indigo. HEX triplet: 56, 18 and 84. RGB value is (86,24,132). Sum of RGB (Red+Green+Blue) = 86+24+132=242 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.54% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 132 (51.95% from 255 or 54.55% from 242); Max value from RGB is 132 - color contains mainly: blue. Hex color #561884 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561884 is #A9E77B. Grayscale: #363636. Windows color (decimal): -11134844 or 8656982. OLE color: 8656982.

HSL color Cylindrical-coordinate representation of color #561884: hue angle of 274.44º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #561884 is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 86 24 132 -
CMYK 0.35 0.82 0 0.48
HSL 274.44º 0.69% 0.31% -
HSV(B) 274.44º 0.82% 0.52% -
XYZ 8.33 4.3 22.22 -
YUV 54.85 171.54 150.22 -
System Red Green Blue C M Y K H S L
Decimal 86 24 132 0.35 0.82 0 0.48 274.44 0.69 0.31
Hex 56 18 84 23 52 0 30 112 45 1F
Octal 126 30 204 43 122 0 60 422 105 37
Binary 1010110 11000 10000100 100011 1010010 0 110000 100010010 1000101 11111

Color Harmonies of #561884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561884

Black with #561884

Text Example


Text Example

White with #561884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561884; }

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

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

background-color css

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

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

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

border-color css

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

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

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