Html Css Color HEX #560097 Indigo

📋 copy color: '#560097'

red 86 ◦ green 0 ◦ blue 151

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

Shades of Indigo #560097

Tints of Indigo #560097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 63.71%

R = 36.29%
G = 0%
B = 63.71%

CMYK

 C value IS 0.43

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#560097 (or 0x560097) is known color: Indigo. HEX triplet: 56, 00 and 97. RGB value is (86,0,151). Sum of RGB (Red+Green+Blue) = 86+0+151=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 151 (59.38% from 255 or 63.71% from 237); Max value from RGB is 151 - color contains mainly: blue. Hex color #560097 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560097 is #A9FF68. Grayscale: #2A2A2A. Windows color (decimal): -11140969 or 9896022. OLE color: 9896022.

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

Color convert

RGB 86 0 151 -
CMYK 0.43 1 0 0.41
HSL 274.17º 1% 0.3% -
HSV(B) 274.17º 1% 0.59% -
XYZ 9.42 4.21 29.59 -
YUV 42.93 188.99 158.72 -
System Red Green Blue C M Y K H S L
Decimal 86 0 151 0.43 1 0 0.41 274.17 1 0.3
Hex 56 0 97 2B 64 0 29 112 64 1E
Octal 126 0 227 53 144 0 51 422 144 36
Binary 1010110 0 10010111 101011 1100100 0 101001 100010010 1100100 11110

Color Harmonies of #560097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560097

Black with #560097

Text Example


Text Example

White with #560097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560097; }

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

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

background-color css

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

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

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

border-color css

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

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

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