Html Css Color HEX #560762 Indigo

📋 copy color: '#560762'

red 86 ◦ green 7 ◦ blue 98

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

Shades of Indigo #560762

Tints of Indigo #560762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 51.31%

R = 45.03%
G = 3.66%
B = 51.31%

CMYK

 C value IS 0.12

 M value IS 0.93

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#560762 (or 0x560762) is known color: Indigo. HEX triplet: 56, 07 and 62. RGB value is (86,7,98). Sum of RGB (Red+Green+Blue) = 86+7+98=191 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.03% from 191); Green value is 7 (3.12% from 255 or 3.66% from 191); Blue value is 98 (38.67% from 255 or 51.31% from 191); Max value from RGB is 98 - color contains mainly: blue. Hex color #560762 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560762 is #A9F89D. Grayscale: #282828. Windows color (decimal): -11139230 or 6424406. OLE color: 6424406.

HSL color Cylindrical-coordinate representation of color #560762: hue angle of 292.09º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #560762 is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 7 98 -
CMYK 0.12 0.93 0 0.62
HSL 292.09º 0.87% 0.21% -
HSV(B) 292.09º 0.93% 0.38% -
XYZ 6.12 3.01 11.81 -
YUV 41 160.17 160.1 -
System Red Green Blue C M Y K H S L
Decimal 86 7 98 0.12 0.93 0 0.62 292.09 0.87 0.21
Hex 56 7 62 C 5D 0 3E 124 57 15
Octal 126 7 142 14 135 0 76 444 127 25
Binary 1010110 111 1100010 1100 1011101 0 111110 100100100 1010111 10101

Color Harmonies of #560762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560762

Black with #560762

Text Example


Text Example

White with #560762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560762; }

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

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

background-color css

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

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

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

border-color css

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

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

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