Html Css Color HEX #560897 Indigo

📋 copy color: '#560897'

red 86 ◦ green 8 ◦ blue 151

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

Shades of Indigo #560897

Tints of Indigo #560897

RGB

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

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

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

R = 35.1%
G = 3.27%
B = 61.63%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#560897 (or 0x560897) is known color: Indigo. HEX triplet: 56, 08 and 97. RGB value is (86,8,151). Sum of RGB (Red+Green+Blue) = 86+8+151=245 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.10% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 151 (59.38% from 255 or 61.63% from 245); Max value from RGB is 151 - color contains mainly: blue. Hex color #560897 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560897 is #A9F768. Grayscale: #2F2F2F. Windows color (decimal): -11138921 or 9898070. OLE color: 9898070.

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

Color convert

RGB 86 8 151 -
CMYK 0.43 0.95 0 0.41
HSL 272.73º 0.9% 0.31% -
HSV(B) 272.73º 0.95% 0.59% -
XYZ 9.51 4.39 29.62 -
YUV 47.62 186.34 155.37 -
System Red Green Blue C M Y K H S L
Decimal 86 8 151 0.43 0.95 0 0.41 272.73 0.9 0.31
Hex 56 8 97 2B 5F 0 29 111 5A 1F
Octal 126 10 227 53 137 0 51 421 132 37
Binary 1010110 1000 10010111 101011 1011111 0 101001 100010001 1011010 11111

Color Harmonies of #560897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560897

Black with #560897

Text Example


Text Example

White with #560897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560897; }

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

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

background-color css

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

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

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

border-color css

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

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

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