Html Css Color HEX #560795 Indigo

📋 copy color: '#560795'

red 86 ◦ green 7 ◦ blue 149

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

Shades of Indigo #560795

Tints of Indigo #560795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 61.57%

R = 35.54%
G = 2.89%
B = 61.57%

CMYK

 C value IS 0.42

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#560795 (or 0x560795) is known color: Indigo. HEX triplet: 56, 07 and 95. RGB value is (86,7,149). Sum of RGB (Red+Green+Blue) = 86+7+149=242 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.54% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 149 (58.59% from 255 or 61.57% from 242); Max value from RGB is 149 - color contains mainly: blue. Hex color #560795 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560795 is #A9F86A. Grayscale: #2E2E2E. Windows color (decimal): -11139179 or 9766742. OLE color: 9766742.

HSL color Cylindrical-coordinate representation of color #560795: hue angle of 273.38º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #560795 is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 86 7 149 -
CMYK 0.42 0.95 0 0.42
HSL 273.38º 0.91% 0.31% -
HSV(B) 273.38º 0.95% 0.58% -
XYZ 9.34 4.3 28.77 -
YUV 46.81 185.67 155.95 -
System Red Green Blue C M Y K H S L
Decimal 86 7 149 0.42 0.95 0 0.42 273.38 0.91 0.31
Hex 56 7 95 2A 5F 0 2A 111 5B 1F
Octal 126 7 225 52 137 0 52 421 133 37
Binary 1010110 111 10010101 101010 1011111 0 101010 100010001 1011011 11111

Color Harmonies of #560795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560795

Black with #560795

Text Example


Text Example

White with #560795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560795; }

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

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

background-color css

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

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

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

border-color css

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

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

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