Html Css Color HEX #560885 Indigo

📋 copy color: '#560885'

red 86 ◦ green 8 ◦ blue 133

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

Shades of Indigo #560885

Tints of Indigo #560885

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.52%

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

R = 37.89%
G = 3.52%
B = 58.59%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#560885 (or 0x560885) is known color: Indigo. HEX triplet: 56, 08 and 85. RGB value is (86,8,133). Sum of RGB (Red+Green+Blue) = 86+8+133=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 133 (52.34% from 255 or 58.59% from 227); Max value from RGB is 133 - color contains mainly: blue. Hex color #560885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560885 is #A9F77A. Grayscale: #2D2D2D. Windows color (decimal): -11138939 or 8718422. OLE color: 8718422.

HSL color Cylindrical-coordinate representation of color #560885: hue angle of 277.44º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560885 is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 86 8 133 -
CMYK 0.35 0.94 0 0.48
HSL 277.44º 0.89% 0.28% -
HSV(B) 277.44º 0.94% 0.52% -
XYZ 8.16 3.85 22.5 -
YUV 45.57 177.34 156.84 -
System Red Green Blue C M Y K H S L
Decimal 86 8 133 0.35 0.94 0 0.48 277.44 0.89 0.28
Hex 56 8 85 23 5E 0 30 115 59 1C
Octal 126 10 205 43 136 0 60 425 131 34
Binary 1010110 1000 10000101 100011 1011110 0 110000 100010101 1011001 11100

Color Harmonies of #560885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560885

Black with #560885

Text Example


Text Example

White with #560885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560885; }

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

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

background-color css

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

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

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

border-color css

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

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

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