Html Css Color HEX #560785 Indigo

📋 copy color: '#560785'

red 86 ◦ green 7 ◦ blue 133

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

Shades of Indigo #560785

Tints of Indigo #560785

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.1%

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

R = 38.05%
G = 3.1%
B = 58.85%

CMYK

 C value IS 0.35

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#560785 (or 0x560785) is known color: Indigo. HEX triplet: 56, 07 and 85. RGB value is (86,7,133). Sum of RGB (Red+Green+Blue) = 86+7+133=226 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.05% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 133 (52.34% from 255 or 58.85% from 226); Max value from RGB is 133 - color contains mainly: blue. Hex color #560785 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560785 is #A9F87A. Grayscale: #2C2C2C. Windows color (decimal): -11139195 or 8718166. OLE color: 8718166.

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

Color convert

RGB 86 7 133 -
CMYK 0.35 0.95 0 0.48
HSL 277.62º 0.9% 0.27% -
HSV(B) 277.62º 0.95% 0.52% -
XYZ 8.15 3.82 22.5 -
YUV 44.99 177.67 157.25 -
System Red Green Blue C M Y K H S L
Decimal 86 7 133 0.35 0.95 0 0.48 277.62 0.9 0.27
Hex 56 7 85 23 5F 0 30 116 5A 1B
Octal 126 7 205 43 137 0 60 426 132 33
Binary 1010110 111 10000101 100011 1011111 0 110000 100010110 1011010 11011

Color Harmonies of #560785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560785

Black with #560785

Text Example


Text Example

White with #560785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560785; }

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

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

background-color css

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

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

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

border-color css

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

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

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