Html Css Color HEX #560791 Indigo

📋 copy color: '#560791'

red 86 ◦ green 7 ◦ blue 145

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

Shades of Indigo #560791

Tints of Indigo #560791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 60.92%

R = 36.13%
G = 2.94%
B = 60.92%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#560791 (or 0x560791) is known color: Indigo. HEX triplet: 56, 07 and 91. RGB value is (86,7,145). Sum of RGB (Red+Green+Blue) = 86+7+145=238 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.13% from 238); Green value is 7 (3.12% from 255 or 2.94% from 238); Blue value is 145 (57.03% from 255 or 60.92% from 238); Max value from RGB is 145 - color contains mainly: blue. Hex color #560791 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560791 is #A9F86E. Grayscale: #2D2D2D. Windows color (decimal): -11139183 or 9504598. OLE color: 9504598.

HSL color Cylindrical-coordinate representation of color #560791: hue angle of 274.35º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #560791 is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 86 7 145 -
CMYK 0.41 0.95 0 0.43
HSL 274.35º 0.91% 0.3% -
HSV(B) 274.35º 0.95% 0.57% -
XYZ 9.02 4.17 27.12 -
YUV 46.35 183.67 156.28 -
System Red Green Blue C M Y K H S L
Decimal 86 7 145 0.41 0.95 0 0.43 274.35 0.91 0.3
Hex 56 7 91 29 5F 0 2B 112 5B 1E
Octal 126 7 221 51 137 0 53 422 133 36
Binary 1010110 111 10010001 101001 1011111 0 101011 100010010 1011011 11110

Color Harmonies of #560791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560791

Black with #560791

Text Example


Text Example

White with #560791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560791; }

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

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

background-color css

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

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

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

border-color css

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

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

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