Html Css Color HEX #560592 Indigo

📋 copy color: '#560592'

red 86 ◦ green 5 ◦ blue 146

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

Shades of Indigo #560592

Tints of Indigo #560592

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.11%

 BLUE value IS 146 (57.42% from 255) = 61.6%

R = 36.29%
G = 2.11%
B = 61.6%

CMYK

 C value IS 0.41

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#560592 (or 0x560592) is known color: Indigo. HEX triplet: 56, 05 and 92. RGB value is (86,5,146). Sum of RGB (Red+Green+Blue) = 86+5+146=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 146 (57.42% from 255 or 61.60% from 237); Max value from RGB is 146 - color contains mainly: blue. Hex color #560592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560592 is #A9FA6D. Grayscale: #2C2C2C. Windows color (decimal): -11139694 or 9569622. OLE color: 9569622.

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

Color convert

RGB 86 5 146 -
CMYK 0.41 0.97 0 0.43
HSL 274.47º 0.93% 0.3% -
HSV(B) 274.47º 0.97% 0.57% -
XYZ 9.08 4.16 27.52 -
YUV 45.29 184.84 157.04 -
System Red Green Blue C M Y K H S L
Decimal 86 5 146 0.41 0.97 0 0.43 274.47 0.93 0.3
Hex 56 5 92 29 61 0 2B 112 5D 1E
Octal 126 5 222 51 141 0 53 422 135 36
Binary 1010110 101 10010010 101001 1100001 0 101011 100010010 1011101 11110

Color Harmonies of #560592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560592

Black with #560592

Text Example


Text Example

White with #560592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560592; }

 p { color: rgb(86,5,146); }

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

background-color css

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

 a { background-color: rgb(86,5,146); }

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

border-color css

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

 span { border-color: rgb(86,5,146); }

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