Html Css Color HEX #561396 Indigo

📋 copy color: '#561396'

red 86 ◦ green 19 ◦ blue 150

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

Shades of Indigo #561396

Tints of Indigo #561396

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.45%

 BLUE value IS 150 (58.98% from 255) = 58.82%

R = 33.73%
G = 7.45%
B = 58.82%

CMYK

 C value IS 0.43

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#561396 (or 0x561396) is known color: Indigo. HEX triplet: 56, 13 and 96. RGB value is (86,19,150). Sum of RGB (Red+Green+Blue) = 86+19+150=255 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.73% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 150 (58.98% from 255 or 58.82% from 255); Max value from RGB is 150 - color contains mainly: blue. Hex color #561396 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561396 is #A9EC69. Grayscale: #353535. Windows color (decimal): -11136106 or 9835350. OLE color: 9835350.

HSL color Cylindrical-coordinate representation of color #561396: hue angle of 270.69º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #561396 is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 86 19 150 -
CMYK 0.43 0.87 0 0.41
HSL 270.69º 0.78% 0.33% -
HSV(B) 270.69º 0.87% 0.59% -
XYZ 9.58 4.65 29.25 -
YUV 53.97 182.2 150.85 -
System Red Green Blue C M Y K H S L
Decimal 86 19 150 0.43 0.87 0 0.41 270.69 0.78 0.33
Hex 56 13 96 2B 57 0 29 10F 4E 21
Octal 126 23 226 53 127 0 51 417 116 41
Binary 1010110 10011 10010110 101011 1010111 0 101001 100001111 1001110 100001

Color Harmonies of #561396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561396

Black with #561396

Text Example


Text Example

White with #561396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561396; }

 p { color: rgb(86,19,150); }

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

background-color css

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

 a { background-color: rgb(86,19,150); }

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

border-color css

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

 span { border-color: rgb(86,19,150); }

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