Html Css Color HEX #560895 Indigo

📋 copy color: '#560895'

red 86 ◦ green 8 ◦ blue 149

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

Shades of Indigo #560895

Tints of Indigo #560895

RGB

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

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

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

R = 35.39%
G = 3.29%
B = 61.32%

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

#560895 (or 0x560895) is known color: Indigo. HEX triplet: 56, 08 and 95. RGB value is (86,8,149). Sum of RGB (Red+Green+Blue) = 86+8+149=243 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.39% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 149 (58.59% from 255 or 61.32% from 243); Max value from RGB is 149 - color contains mainly: blue. Hex color #560895 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560895 is #A9F76A. Grayscale: #2E2E2E. Windows color (decimal): -11138923 or 9766998. OLE color: 9766998.

HSL color Cylindrical-coordinate representation of color #560895: hue angle of 273.19º degrees, saturation: 0.9, 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 #560895 is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 86 8 149 -
CMYK 0.42 0.95 0 0.42
HSL 273.19º 0.9% 0.31% -
HSV(B) 273.19º 0.95% 0.58% -
XYZ 9.35 4.32 28.78 -
YUV 47.4 185.34 155.54 -
System Red Green Blue C M Y K H S L
Decimal 86 8 149 0.42 0.95 0 0.42 273.19 0.9 0.31
Hex 56 8 95 2A 5F 0 2A 111 5A 1F
Octal 126 10 225 52 137 0 52 421 132 37
Binary 1010110 1000 10010101 101010 1011111 0 101010 100010001 1011010 11111

Color Harmonies of #560895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560895

Black with #560895

Text Example


Text Example

White with #560895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560895; }

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

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

background-color css

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

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

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

border-color css

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

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

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