Html Css Color HEX #560397 Indigo

📋 copy color: '#560397'

red 86 ◦ green 3 ◦ blue 151

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

Shades of Indigo #560397

Tints of Indigo #560397

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.25%

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

R = 35.83%
G = 1.25%
B = 62.92%

CMYK

 C value IS 0.43

 M value IS 0.98

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#560397 (or 0x560397) is known color: Indigo. HEX triplet: 56, 03 and 97. RGB value is (86,3,151). Sum of RGB (Red+Green+Blue) = 86+3+151=240 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.83% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 151 (59.38% from 255 or 62.92% from 240); Max value from RGB is 151 - color contains mainly: blue. Hex color #560397 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560397 is #A9FC68. Grayscale: #2C2C2C. Windows color (decimal): -11140201 or 9896790. OLE color: 9896790.

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

Color convert

RGB 86 3 151 -
CMYK 0.43 0.98 0 0.41
HSL 273.65º 0.96% 0.3% -
HSV(B) 273.65º 0.98% 0.59% -
XYZ 9.46 4.28 29.61 -
YUV 44.69 188 157.47 -
System Red Green Blue C M Y K H S L
Decimal 86 3 151 0.43 0.98 0 0.41 273.65 0.96 0.3
Hex 56 3 97 2B 62 0 29 112 60 1E
Octal 126 3 227 53 142 0 51 422 140 36
Binary 1010110 11 10010111 101011 1100010 0 101001 100010010 1100000 11110

Color Harmonies of #560397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560397

Black with #560397

Text Example


Text Example

White with #560397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560397; }

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

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

background-color css

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

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

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

border-color css

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

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

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