Html Css Color HEX #560297 Indigo

📋 copy color: '#560297'

red 86 ◦ green 2 ◦ blue 151

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

Shades of Indigo #560297

Tints of Indigo #560297

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

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

R = 35.98%
G = 0.84%
B = 63.18%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#560297 (or 0x560297) is known color: Indigo. HEX triplet: 56, 02 and 97. RGB value is (86,2,151). Sum of RGB (Red+Green+Blue) = 86+2+151=239 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.98% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 151 (59.38% from 255 or 63.18% from 239); Max value from RGB is 151 - color contains mainly: blue. Hex color #560297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560297 is #A9FD68. Grayscale: #2B2B2B. Windows color (decimal): -11140457 or 9896534. OLE color: 9896534.

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

Color convert

RGB 86 2 151 -
CMYK 0.43 0.99 0 0.41
HSL 273.83º 0.97% 0.3% -
HSV(B) 273.83º 0.99% 0.59% -
XYZ 9.45 4.26 29.6 -
YUV 44.1 188.33 157.88 -
System Red Green Blue C M Y K H S L
Decimal 86 2 151 0.43 0.99 0 0.41 273.83 0.97 0.3
Hex 56 2 97 2B 63 0 29 112 61 1E
Octal 126 2 227 53 143 0 51 422 141 36
Binary 1010110 10 10010111 101011 1100011 0 101001 100010010 1100001 11110

Color Harmonies of #560297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560297

Black with #560297

Text Example


Text Example

White with #560297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560297; }

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

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

background-color css

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

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

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

border-color css

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

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

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