Html Css Color HEX #560993 Indigo

📋 copy color: '#560993'

red 86 ◦ green 9 ◦ blue 147

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

Shades of Indigo #560993

Tints of Indigo #560993

RGB

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

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

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

R = 35.54%
G = 3.72%
B = 60.74%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#560993 (or 0x560993) is known color: Indigo. HEX triplet: 56, 09 and 93. RGB value is (86,9,147). Sum of RGB (Red+Green+Blue) = 86+9+147=242 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.54% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 147 (57.81% from 255 or 60.74% from 242); Max value from RGB is 147 - color contains mainly: blue. Hex color #560993 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560993 is #A9F66C. Grayscale: #2F2F2F. Windows color (decimal): -11138669 or 9636182. OLE color: 9636182.

HSL color Cylindrical-coordinate representation of color #560993: hue angle of 273.48º degrees, saturation: 0.88, 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 #560993 is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 86 9 147 -
CMYK 0.41 0.94 0 0.42
HSL 273.48º 0.88% 0.31% -
HSV(B) 273.48º 0.94% 0.58% -
XYZ 9.2 4.28 27.94 -
YUV 47.76 184.01 155.28 -
System Red Green Blue C M Y K H S L
Decimal 86 9 147 0.41 0.94 0 0.42 273.48 0.88 0.31
Hex 56 9 93 29 5E 0 2A 111 58 1F
Octal 126 11 223 51 136 0 52 421 130 37
Binary 1010110 1001 10010011 101001 1011110 0 101010 100010001 1011000 11111

Color Harmonies of #560993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560993

Black with #560993

Text Example


Text Example

White with #560993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560993; }

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

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

background-color css

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

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

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

border-color css

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

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

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