Html Css Color HEX #560893 Indigo

📋 copy color: '#560893'

red 86 ◦ green 8 ◦ blue 147

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

Shades of Indigo #560893

Tints of Indigo #560893

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.32%

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

R = 35.68%
G = 3.32%
B = 61%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#560893 (or 0x560893) is known color: Indigo. HEX triplet: 56, 08 and 93. RGB value is (86,8,147). Sum of RGB (Red+Green+Blue) = 86+8+147=241 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.68% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 147 (57.81% from 255 or 61.00% from 241); Max value from RGB is 147 - color contains mainly: blue. Hex color #560893 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560893 is #A9F76C. Grayscale: #2E2E2E. Windows color (decimal): -11138925 or 9635926. OLE color: 9635926.

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

Color convert

RGB 86 8 147 -
CMYK 0.41 0.95 0 0.42
HSL 273.67º 0.9% 0.3% -
HSV(B) 273.67º 0.95% 0.58% -
XYZ 9.19 4.26 27.94 -
YUV 47.17 184.34 155.7 -
System Red Green Blue C M Y K H S L
Decimal 86 8 147 0.41 0.95 0 0.42 273.67 0.9 0.3
Hex 56 8 93 29 5F 0 2A 112 5A 1E
Octal 126 10 223 51 137 0 52 422 132 36
Binary 1010110 1000 10010011 101001 1011111 0 101010 100010010 1011010 11110

Color Harmonies of #560893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560893

Black with #560893

Text Example


Text Example

White with #560893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560893; }

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

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

background-color css

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

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

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

border-color css

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

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

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