Html Css Color HEX #560481 Indigo

📋 copy color: '#560481'

red 86 ◦ green 4 ◦ blue 129

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

Shades of Indigo #560481

Tints of Indigo #560481

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.83%

 BLUE value IS 129 (50.78% from 255) = 58.9%

R = 39.27%
G = 1.83%
B = 58.9%

CMYK

 C value IS 0.33

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#560481 (or 0x560481) is known color: Indigo. HEX triplet: 56, 04 and 81. RGB value is (86,4,129). Sum of RGB (Red+Green+Blue) = 86+4+129=219 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.27% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 129 (50.78% from 255 or 58.90% from 219); Max value from RGB is 129 - color contains mainly: blue. Hex color #560481 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560481 is #A9FB7E. Grayscale: #2A2A2A. Windows color (decimal): -11139967 or 8455254. OLE color: 8455254.

HSL color Cylindrical-coordinate representation of color #560481: hue angle of 279.36º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #560481 is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 86 4 129 -
CMYK 0.33 0.97 0 0.49
HSL 279.36º 0.94% 0.26% -
HSV(B) 279.36º 0.97% 0.51% -
XYZ 7.84 3.65 21.06 -
YUV 42.77 176.67 158.84 -
System Red Green Blue C M Y K H S L
Decimal 86 4 129 0.33 0.97 0 0.49 279.36 0.94 0.26
Hex 56 4 81 21 61 0 31 117 5E 1A
Octal 126 4 201 41 141 0 61 427 136 32
Binary 1010110 100 10000001 100001 1100001 0 110001 100010111 1011110 11010

Color Harmonies of #560481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560481

Black with #560481

Text Example


Text Example

White with #560481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560481; }

 p { color: rgb(86,4,129); }

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

background-color css

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

 a { background-color: rgb(86,4,129); }

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

border-color css

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

 span { border-color: rgb(86,4,129); }

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