Html Css Color HEX #560075 Indigo

📋 copy color: '#560075'

red 86 ◦ green 0 ◦ blue 117

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

Shades of Indigo #560075

Tints of Indigo #560075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 57.64%

R = 42.36%
G = 0%
B = 57.64%

CMYK

 C value IS 0.26

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#560075 (or 0x560075) is known color: Indigo. HEX triplet: 56, 00 and 75. RGB value is (86,0,117). Sum of RGB (Red+Green+Blue) = 86+0+117=203 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.36% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 117 (46.09% from 255 or 57.64% from 203); Max value from RGB is 117 - color contains mainly: blue. Hex color #560075 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560075 is #A9FF8A. Grayscale: #262626. Windows color (decimal): -11141003 or 7667798. OLE color: 7667798.

HSL color Cylindrical-coordinate representation of color #560075: hue angle of 284.1º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #560075 is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 0 117 -
CMYK 0.26 1 0 0.54
HSL 284.1º 1% 0.23% -
HSV(B) 284.1º 1% 0.46% -
XYZ 7.05 3.26 17.09 -
YUV 39.05 171.99 161.49 -
System Red Green Blue C M Y K H S L
Decimal 86 0 117 0.26 1 0 0.54 284.1 1 0.23
Hex 56 0 75 1A 64 0 36 11C 64 17
Octal 126 0 165 32 144 0 66 434 144 27
Binary 1010110 0 1110101 11010 1100100 0 110110 100011100 1100100 10111

Color Harmonies of #560075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560075

Black with #560075

Text Example


Text Example

White with #560075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560075; }

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

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

background-color css

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

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

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

border-color css

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

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

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