Html Css Color HEX #561693 Indigo

📋 copy color: '#561693'

red 86 ◦ green 22 ◦ blue 147

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

Shades of Indigo #561693

Tints of Indigo #561693

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.63%

 BLUE value IS 147 (57.81% from 255) = 57.65%

R = 33.73%
G = 8.63%
B = 57.65%

CMYK

 C value IS 0.41

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#561693 (or 0x561693) is known color: Indigo. HEX triplet: 56, 16 and 93. RGB value is (86,22,147). Sum of RGB (Red+Green+Blue) = 86+22+147=255 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.73% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 147 (57.81% from 255 or 57.65% from 255); Max value from RGB is 147 - color contains mainly: blue. Hex color #561693 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561693 is #A9E96C. Grayscale: #363636. Windows color (decimal): -11135341 or 9639510. OLE color: 9639510.

HSL color Cylindrical-coordinate representation of color #561693: hue angle of 270.72º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #561693 is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 86 22 147 -
CMYK 0.41 0.85 0 0.42
HSL 270.72º 0.74% 0.33% -
HSV(B) 270.72º 0.85% 0.58% -
XYZ 9.39 4.66 28.01 -
YUV 55.39 179.7 149.84 -
System Red Green Blue C M Y K H S L
Decimal 86 22 147 0.41 0.85 0 0.42 270.72 0.74 0.33
Hex 56 16 93 29 55 0 2A 10F 4A 21
Octal 126 26 223 51 125 0 52 417 112 41
Binary 1010110 10110 10010011 101001 1010101 0 101010 100001111 1001010 100001

Color Harmonies of #561693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561693

Black with #561693

Text Example


Text Example

White with #561693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561693; }

 p { color: rgb(86,22,147); }

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

background-color css

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

 a { background-color: rgb(86,22,147); }

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

border-color css

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

 span { border-color: rgb(86,22,147); }

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