Html Css Color HEX #561593 Indigo

📋 copy color: '#561593'

red 86 ◦ green 21 ◦ blue 147

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

Shades of Indigo #561593

Tints of Indigo #561593

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.27%

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

R = 33.86%
G = 8.27%
B = 57.87%

CMYK

 C value IS 0.41

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#561593 (or 0x561593) is known color: Indigo. HEX triplet: 56, 15 and 93. RGB value is (86,21,147). Sum of RGB (Red+Green+Blue) = 86+21+147=254 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.86% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 147 (57.81% from 255 or 57.87% from 254); Max value from RGB is 147 - color contains mainly: blue. Hex color #561593 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561593 is #A9EA6C. Grayscale: #363636. Windows color (decimal): -11135597 or 9639254. OLE color: 9639254.

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

Color convert

RGB 86 21 147 -
CMYK 0.41 0.86 0 0.42
HSL 270.95º 0.75% 0.33% -
HSV(B) 270.95º 0.86% 0.58% -
XYZ 9.37 4.62 28 -
YUV 54.8 180.03 150.25 -
System Red Green Blue C M Y K H S L
Decimal 86 21 147 0.41 0.86 0 0.42 270.95 0.75 0.33
Hex 56 15 93 29 56 0 2A 10F 4B 21
Octal 126 25 223 51 126 0 52 417 113 41
Binary 1010110 10101 10010011 101001 1010110 0 101010 100001111 1001011 100001

Color Harmonies of #561593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561593

Black with #561593

Text Example


Text Example

White with #561593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561593; }

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

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

background-color css

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

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

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

border-color css

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

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

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