Html Css Color HEX #560293 Indigo

📋 copy color: '#560293'

red 86 ◦ green 2 ◦ blue 147

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

Shades of Indigo #560293

Tints of Indigo #560293

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

 BLUE value IS 147 (57.81% from 255) = 62.55%

R = 36.6%
G = 0.85%
B = 62.55%

CMYK

 C value IS 0.41

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#560293 (or 0x560293) is known color: Indigo. HEX triplet: 56, 02 and 93. RGB value is (86,2,147). Sum of RGB (Red+Green+Blue) = 86+2+147=235 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.60% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 147 (57.81% from 255 or 62.55% from 235); Max value from RGB is 147 - color contains mainly: blue. Hex color #560293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560293 is #A9FD6C. Grayscale: #2B2B2B. Windows color (decimal): -11140461 or 9634390. OLE color: 9634390.

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

Color convert

RGB 86 2 147 -
CMYK 0.41 0.99 0 0.42
HSL 274.76º 0.97% 0.29% -
HSV(B) 274.76º 0.99% 0.58% -
XYZ 9.13 4.13 27.92 -
YUV 43.65 186.33 158.21 -
System Red Green Blue C M Y K H S L
Decimal 86 2 147 0.41 0.99 0 0.42 274.76 0.97 0.29
Hex 56 2 93 29 63 0 2A 113 61 1D
Octal 126 2 223 51 143 0 52 423 141 35
Binary 1010110 10 10010011 101001 1100011 0 101010 100010011 1100001 11101

Color Harmonies of #560293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560293

Black with #560293

Text Example


Text Example

White with #560293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560293; }

 p { color: rgb(86,2,147); }

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

background-color css

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

 a { background-color: rgb(86,2,147); }

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

border-color css

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

 span { border-color: rgb(86,2,147); }

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