Html Css Color HEX #560068 Indigo

📋 copy color: '#560068'

red 86 ◦ green 0 ◦ blue 104

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

Shades of Indigo #560068

Tints of Indigo #560068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 54.74%

R = 45.26%
G = 0%
B = 54.74%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#560068 (or 0x560068) is known color: Indigo. HEX triplet: 56, 00 and 68. RGB value is (86,0,104). Sum of RGB (Red+Green+Blue) = 86+0+104=190 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.26% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #560068 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560068 is #A9FF97. Grayscale: #252525. Windows color (decimal): -11141016 or 6815830. OLE color: 6815830.

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

Color convert

RGB 86 0 104 -
CMYK 0.17 1 0 0.59
HSL 289.62º 1% 0.2% -
HSV(B) 289.62º 1% 0.41% -
XYZ 6.34 2.98 13.34 -
YUV 37.57 165.49 162.54 -
System Red Green Blue C M Y K H S L
Decimal 86 0 104 0.17 1 0 0.59 289.62 1 0.2
Hex 56 0 68 11 64 0 3B 122 64 14
Octal 126 0 150 21 144 0 73 442 144 24
Binary 1010110 0 1101000 10001 1100100 0 111011 100100010 1100100 10100

Color Harmonies of #560068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560068

Black with #560068

Text Example


Text Example

White with #560068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560068; }

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

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

background-color css

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

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

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

border-color css

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

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

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