Html Css Color HEX #560488 Indigo

📋 copy color: '#560488'

red 86 ◦ green 4 ◦ blue 136

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

Shades of Indigo #560488

Tints of Indigo #560488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 60.18%

R = 38.05%
G = 1.77%
B = 60.18%

CMYK

 C value IS 0.37

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#560488 (or 0x560488) is known color: Indigo. HEX triplet: 56, 04 and 88. RGB value is (86,4,136). Sum of RGB (Red+Green+Blue) = 86+4+136=226 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.05% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 136 (53.52% from 255 or 60.18% from 226); Max value from RGB is 136 - color contains mainly: blue. Hex color #560488 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560488 is #A9FB77. Grayscale: #2B2B2B. Windows color (decimal): -11139960 or 8914006. OLE color: 8914006.

HSL color Cylindrical-coordinate representation of color #560488: hue angle of 277.27º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #560488 is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 86 4 136 -
CMYK 0.37 0.97 0 0.47
HSL 277.27º 0.94% 0.27% -
HSV(B) 277.27º 0.97% 0.53% -
XYZ 8.33 3.84 23.6 -
YUV 43.57 180.17 158.27 -
System Red Green Blue C M Y K H S L
Decimal 86 4 136 0.37 0.97 0 0.47 277.27 0.94 0.27
Hex 56 4 88 25 61 0 2F 115 5E 1B
Octal 126 4 210 45 141 0 57 425 136 33
Binary 1010110 100 10001000 100101 1100001 0 101111 100010101 1011110 11011

Color Harmonies of #560488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560488

Black with #560488

Text Example


Text Example

White with #560488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560488; }

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

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

background-color css

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

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

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

border-color css

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

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

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