Html Css Color HEX #561299 Indigo

📋 copy color: '#561299'

red 86 ◦ green 18 ◦ blue 153

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

Shades of Indigo #561299

Tints of Indigo #561299

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7%

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

R = 33.46%
G = 7%
B = 59.53%

CMYK

 C value IS 0.44

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#561299 (or 0x561299) is known color: Indigo. HEX triplet: 56, 12 and 99. RGB value is (86,18,153). Sum of RGB (Red+Green+Blue) = 86+18+153=257 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.46% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 153 (60.16% from 255 or 59.53% from 257); Max value from RGB is 153 - color contains mainly: blue. Hex color #561299 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561299 is #A9ED66. Grayscale: #353535. Windows color (decimal): -11136359 or 10031702. OLE color: 10031702.

HSL color Cylindrical-coordinate representation of color #561299: hue angle of 270.22º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #561299 is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 86 18 153 -
CMYK 0.44 0.88 0 0.4
HSL 270.22º 0.79% 0.34% -
HSV(B) 270.22º 0.88% 0.6% -
XYZ 9.8 4.71 30.53 -
YUV 53.72 184.03 151.02 -
System Red Green Blue C M Y K H S L
Decimal 86 18 153 0.44 0.88 0 0.4 270.22 0.79 0.34
Hex 56 12 99 2C 58 0 28 10E 4F 22
Octal 126 22 231 54 130 0 50 416 117 42
Binary 1010110 10010 10011001 101100 1011000 0 101000 100001110 1001111 100010

Color Harmonies of #561299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561299

Black with #561299

Text Example


Text Example

White with #561299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561299; }

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

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

background-color css

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

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

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

border-color css

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

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

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