Html Css Color HEX #561099 Indigo

📋 copy color: '#561099'

red 86 ◦ green 16 ◦ blue 153

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

Shades of Indigo #561099

Tints of Indigo #561099

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.27%

 BLUE value IS 153 (60.16% from 255) = 60%

R = 33.73%
G = 6.27%
B = 60%

CMYK

 C value IS 0.44

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#561099 (or 0x561099) is known color: Indigo. HEX triplet: 56, 10 and 99. RGB value is (86,16,153). Sum of RGB (Red+Green+Blue) = 86+16+153=255 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.73% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 153 (60.16% from 255 or 60% from 255); Max value from RGB is 153 - color contains mainly: blue. Hex color #561099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561099 is #A9EF66. Grayscale: #343434. Windows color (decimal): -11136871 or 10031190. OLE color: 10031190.

HSL color Cylindrical-coordinate representation of color #561099: hue angle of 270.66º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #561099 is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 86 16 153 -
CMYK 0.44 0.90 0 0.4
HSL 270.66º 0.81% 0.33% -
HSV(B) 270.66º 0.9% 0.6% -
XYZ 9.77 4.65 30.52 -
YUV 52.55 184.69 151.86 -
System Red Green Blue C M Y K H S L
Decimal 86 16 153 0.44 0.90 0 0.4 270.66 0.81 0.33
Hex 56 10 99 2C 5A 0 28 10F 51 21
Octal 126 20 231 54 132 0 50 417 121 41
Binary 1010110 10000 10011001 101100 1011010 0 101000 100001111 1010001 100001

Color Harmonies of #561099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561099

Black with #561099

Text Example


Text Example

White with #561099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561099; }

 p { color: rgb(86,16,153); }

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

background-color css

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

 a { background-color: rgb(86,16,153); }

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

border-color css

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

 span { border-color: rgb(86,16,153); }

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