Html Css Color HEX #560995 Indigo

📋 copy color: '#560995'

red 86 ◦ green 9 ◦ blue 149

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

Shades of Indigo #560995

Tints of Indigo #560995

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.69%

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

R = 35.25%
G = 3.69%
B = 61.07%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#560995 (or 0x560995) is known color: Indigo. HEX triplet: 56, 09 and 95. RGB value is (86,9,149). Sum of RGB (Red+Green+Blue) = 86+9+149=244 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.25% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 149 (58.59% from 255 or 61.07% from 244); Max value from RGB is 149 - color contains mainly: blue. Hex color #560995 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560995 is #A9F66A. Grayscale: #2F2F2F. Windows color (decimal): -11138667 or 9767254. OLE color: 9767254.

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

Color convert

RGB 86 9 149 -
CMYK 0.42 0.94 0 0.42
HSL 273º 0.89% 0.31% -
HSV(B) 273º 0.94% 0.58% -
XYZ 9.36 4.34 28.78 -
YUV 47.98 185.01 155.12 -
System Red Green Blue C M Y K H S L
Decimal 86 9 149 0.42 0.94 0 0.42 273 0.89 0.31
Hex 56 9 95 2A 5E 0 2A 111 59 1F
Octal 126 11 225 52 136 0 52 421 131 37
Binary 1010110 1001 10010101 101010 1011110 0 101010 100010001 1011001 11111

Color Harmonies of #560995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560995

Black with #560995

Text Example


Text Example

White with #560995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560995; }

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

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

background-color css

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

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

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

border-color css

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

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

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