Html Css Color HEX #560188 Indigo

📋 copy color: '#560188'

red 86 ◦ green 1 ◦ blue 136

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

Shades of Indigo #560188

Tints of Indigo #560188

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

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

R = 38.57%
G = 0.45%
B = 60.99%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#560188 (or 0x560188) is known color: Indigo. HEX triplet: 56, 01 and 88. RGB value is (86,1,136). Sum of RGB (Red+Green+Blue) = 86+1+136=223 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.57% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 136 (53.52% from 255 or 60.99% from 223); Max value from RGB is 136 - color contains mainly: blue. Hex color #560188 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560188 is #A9FE77. Grayscale: #292929. Windows color (decimal): -11140728 or 8913238. OLE color: 8913238.

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

Color convert

RGB 86 1 136 -
CMYK 0.37 0.99 0 0.47
HSL 277.78º 0.99% 0.27% -
HSV(B) 277.78º 0.99% 0.53% -
XYZ 8.29 3.78 23.58 -
YUV 41.81 181.16 159.52 -
System Red Green Blue C M Y K H S L
Decimal 86 1 136 0.37 0.99 0 0.47 277.78 0.99 0.27
Hex 56 1 88 25 63 0 2F 116 63 1B
Octal 126 1 210 45 143 0 57 426 143 33
Binary 1010110 1 10001000 100101 1100011 0 101111 100010110 1100011 11011

Color Harmonies of #560188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560188

Black with #560188

Text Example


Text Example

White with #560188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560188; }

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

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

background-color css

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

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

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

border-color css

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

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

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