Html Css Color HEX #561A85 Indigo

📋 copy color: '#561A85'

red 86 ◦ green 26 ◦ blue 133

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

Shades of Indigo #561A85

Tints of Indigo #561A85

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.61%

 BLUE value IS 133 (52.34% from 255) = 54.29%

R = 35.1%
G = 10.61%
B = 54.29%

CMYK

 C value IS 0.35

 M value IS 0.80

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#561A85 (or 0x561A85) is known color: Indigo. HEX triplet: 56, 1A and 85. RGB value is (86,26,133). Sum of RGB (Red+Green+Blue) = 86+26+133=245 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.10% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 133 (52.34% from 255 or 54.29% from 245); Max value from RGB is 133 - color contains mainly: blue. Hex color #561A85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561A85 is #A9E57A. Grayscale: #373737. Windows color (decimal): -11134331 or 8723030. OLE color: 8723030.

HSL color Cylindrical-coordinate representation of color #561A85: hue angle of 273.64º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #561A85 is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 86 26 133 -
CMYK 0.35 0.80 0 0.48
HSL 273.64º 0.67% 0.31% -
HSV(B) 273.64º 0.8% 0.52% -
XYZ 8.44 4.41 22.6 -
YUV 56.14 171.38 149.3 -
System Red Green Blue C M Y K H S L
Decimal 86 26 133 0.35 0.80 0 0.48 273.64 0.67 0.31
Hex 56 1A 85 23 50 0 30 112 43 1F
Octal 126 32 205 43 120 0 60 422 103 37
Binary 1010110 11010 10000101 100011 1010000 0 110000 100010010 1000011 11111

Color Harmonies of #561A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561A85

Black with #561A85

Text Example


Text Example

White with #561A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561A85; }

 p { color: rgb(86,26,133); }

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

background-color css

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

 a { background-color: rgb(86,26,133); }

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

border-color css

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

 span { border-color: rgb(86,26,133); }

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