Html Css Color HEX #560393 Indigo

📋 copy color: '#560393'

red 86 ◦ green 3 ◦ blue 147

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

Shades of Indigo #560393

Tints of Indigo #560393

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.27%

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

R = 36.44%
G = 1.27%
B = 62.29%

CMYK

 C value IS 0.41

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#560393 (or 0x560393) is known color: Indigo. HEX triplet: 56, 03 and 93. RGB value is (86,3,147). Sum of RGB (Red+Green+Blue) = 86+3+147=236 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.44% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 147 (57.81% from 255 or 62.29% from 236); Max value from RGB is 147 - color contains mainly: blue. Hex color #560393 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560393 is #A9FC6C. Grayscale: #2B2B2B. Windows color (decimal): -11140205 or 9634646. OLE color: 9634646.

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

Color convert

RGB 86 3 147 -
CMYK 0.41 0.98 0 0.42
HSL 274.58º 0.96% 0.29% -
HSV(B) 274.58º 0.98% 0.58% -
XYZ 9.14 4.15 27.92 -
YUV 44.23 186 157.79 -
System Red Green Blue C M Y K H S L
Decimal 86 3 147 0.41 0.98 0 0.42 274.58 0.96 0.29
Hex 56 3 93 29 62 0 2A 113 60 1D
Octal 126 3 223 51 142 0 52 423 140 35
Binary 1010110 11 10010011 101001 1100010 0 101010 100010011 1100000 11101

Color Harmonies of #560393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560393

Black with #560393

Text Example


Text Example

White with #560393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560393; }

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

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

background-color css

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

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

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

border-color css

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

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

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