Html Css Color HEX #561495 Indigo

📋 copy color: '#561495'

red 86 ◦ green 20 ◦ blue 149

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

Shades of Indigo #561495

Tints of Indigo #561495

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.84%

 BLUE value IS 149 (58.59% from 255) = 58.43%

R = 33.73%
G = 7.84%
B = 58.43%

CMYK

 C value IS 0.42

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#561495 (or 0x561495) is known color: Indigo. HEX triplet: 56, 14 and 95. RGB value is (86,20,149). Sum of RGB (Red+Green+Blue) = 86+20+149=255 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.73% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 149 (58.59% from 255 or 58.43% from 255); Max value from RGB is 149 - color contains mainly: blue. Hex color #561495 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561495 is #A9EB6A. Grayscale: #353535. Windows color (decimal): -11135851 or 9770070. OLE color: 9770070.

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

Color convert

RGB 86 20 149 -
CMYK 0.42 0.87 0 0.42
HSL 270.7º 0.76% 0.33% -
HSV(B) 270.7º 0.87% 0.58% -
XYZ 9.51 4.65 28.83 -
YUV 54.44 181.37 150.51 -
System Red Green Blue C M Y K H S L
Decimal 86 20 149 0.42 0.87 0 0.42 270.7 0.76 0.33
Hex 56 14 95 2A 57 0 2A 10F 4C 21
Octal 126 24 225 52 127 0 52 417 114 41
Binary 1010110 10100 10010101 101010 1010111 0 101010 100001111 1001100 100001

Color Harmonies of #561495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561495

Black with #561495

Text Example


Text Example

White with #561495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561495; }

 p { color: rgb(86,20,149); }

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

background-color css

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

 a { background-color: rgb(86,20,149); }

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

border-color css

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

 span { border-color: rgb(86,20,149); }

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