Html Css Color HEX #561482 Indigo

📋 copy color: '#561482'

red 86 ◦ green 20 ◦ blue 130

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

Shades of Indigo #561482

Tints of Indigo #561482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 55.08%

R = 36.44%
G = 8.47%
B = 55.08%

CMYK

 C value IS 0.34

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#561482 (or 0x561482) is known color: Indigo. HEX triplet: 56, 14 and 82. RGB value is (86,20,130). Sum of RGB (Red+Green+Blue) = 86+20+130=236 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.44% from 236); Green value is 20 (8.20% from 255 or 8.47% from 236); Blue value is 130 (51.17% from 255 or 55.08% from 236); Max value from RGB is 130 - color contains mainly: blue. Hex color #561482 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561482 is #A9EB7D. Grayscale: #333333. Windows color (decimal): -11135870 or 8524886. OLE color: 8524886.

HSL color Cylindrical-coordinate representation of color #561482: hue angle of 276º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #561482 is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 86 20 130 -
CMYK 0.34 0.85 0 0.49
HSL 276º 0.73% 0.29% -
HSV(B) 276º 0.85% 0.51% -
XYZ 8.12 4.09 21.48 -
YUV 52.27 171.87 152.06 -
System Red Green Blue C M Y K H S L
Decimal 86 20 130 0.34 0.85 0 0.49 276 0.73 0.29
Hex 56 14 82 22 55 0 31 114 49 1D
Octal 126 24 202 42 125 0 61 424 111 35
Binary 1010110 10100 10000010 100010 1010101 0 110001 100010100 1001001 11101

Color Harmonies of #561482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561482

Black with #561482

Text Example


Text Example

White with #561482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561482; }

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

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

background-color css

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

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

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

border-color css

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

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

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