Html Css Color HEX #560495 Indigo

📋 copy color: '#560495'

red 86 ◦ green 4 ◦ blue 149

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

Shades of Indigo #560495

Tints of Indigo #560495

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.67%

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

R = 35.98%
G = 1.67%
B = 62.34%

CMYK

 C value IS 0.42

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#560495 (or 0x560495) is known color: Indigo. HEX triplet: 56, 04 and 95. RGB value is (86,4,149). Sum of RGB (Red+Green+Blue) = 86+4+149=239 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.98% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 149 (58.59% from 255 or 62.34% from 239); Max value from RGB is 149 - color contains mainly: blue. Hex color #560495 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560495 is #A9FB6A. Grayscale: #2C2C2C. Windows color (decimal): -11139947 or 9765974. OLE color: 9765974.

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

Color convert

RGB 86 4 149 -
CMYK 0.42 0.97 0 0.42
HSL 273.93º 0.95% 0.3% -
HSV(B) 273.93º 0.97% 0.58% -
XYZ 9.31 4.24 28.76 -
YUV 45.05 186.67 157.21 -
System Red Green Blue C M Y K H S L
Decimal 86 4 149 0.42 0.97 0 0.42 273.93 0.95 0.3
Hex 56 4 95 2A 61 0 2A 112 5F 1E
Octal 126 4 225 52 141 0 52 422 137 36
Binary 1010110 100 10010101 101010 1100001 0 101010 100010010 1011111 11110

Color Harmonies of #560495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560495

Black with #560495

Text Example


Text Example

White with #560495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560495; }

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

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

background-color css

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

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

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

border-color css

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

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

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