Html Css Color HEX #560093 Indigo

📋 copy color: '#560093'

red 86 ◦ green 0 ◦ blue 147

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

Shades of Indigo #560093

Tints of Indigo #560093

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 36.91%
G = 0%
B = 63.09%

CMYK

 C value IS 0.41

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#560093 (or 0x560093) is known color: Indigo. HEX triplet: 56, 00 and 93. RGB value is (86,0,147). Sum of RGB (Red+Green+Blue) = 86+0+147=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 147 (57.81% from 255 or 63.09% from 233); Max value from RGB is 147 - color contains mainly: blue. Hex color #560093 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560093 is #A9FF6C. Grayscale: #292929. Windows color (decimal): -11140973 or 9633878. OLE color: 9633878.

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

Color convert

RGB 86 0 147 -
CMYK 0.41 1 0 0.42
HSL 275.1º 1% 0.29% -
HSV(B) 275.1º 1% 0.58% -
XYZ 9.1 4.09 27.91 -
YUV 42.47 186.99 159.05 -
System Red Green Blue C M Y K H S L
Decimal 86 0 147 0.41 1 0 0.42 275.1 1 0.29
Hex 56 0 93 29 64 0 2A 113 64 1D
Octal 126 0 223 51 144 0 52 423 144 35
Binary 1010110 0 10010011 101001 1100100 0 101010 100010011 1100100 11101

Color Harmonies of #560093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560093

Black with #560093

Text Example


Text Example

White with #560093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560093; }

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

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

background-color css

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

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

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

border-color css

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

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

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