Html Css Color HEX #560F9D Indigo

📋 copy color: '#560F9D'

red 86 ◦ green 15 ◦ blue 157

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

Shades of Indigo #560F9D

Tints of Indigo #560F9D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.81%

 BLUE value IS 157 (61.72% from 255) = 60.85%

R = 33.33%
G = 5.81%
B = 60.85%

CMYK

 C value IS 0.45

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#560F9D (or 0x560F9D) is known color: Indigo. HEX triplet: 56, 0F and 9D. RGB value is (86,15,157). Sum of RGB (Red+Green+Blue) = 86+15+157=258 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.33% from 258); Green value is 15 (6.25% from 255 or 5.81% from 258); Blue value is 157 (61.72% from 255 or 60.85% from 258); Max value from RGB is 157 - color contains mainly: blue. Hex color #560F9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560F9D is #A9F062. Grayscale: #333333. Windows color (decimal): -11137123 or 10293078. OLE color: 10293078.

HSL color Cylindrical-coordinate representation of color #560F9D: hue angle of 270º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #560F9D is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 86 15 157 -
CMYK 0.45 0.90 0 0.38
HSL 270º 0.83% 0.34% -
HSV(B) 270º 0.9% 0.62% -
XYZ 10.09 4.75 32.28 -
YUV 52.42 187.02 151.95 -
System Red Green Blue C M Y K H S L
Decimal 86 15 157 0.45 0.90 0 0.38 270 0.83 0.34
Hex 56 F 9D 2D 5A 0 26 10E 53 22
Octal 126 17 235 55 132 0 46 416 123 42
Binary 1010110 1111 10011101 101101 1011010 0 100110 100001110 1010011 100010

Color Harmonies of #560F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560F9D

Black with #560F9D

Text Example


Text Example

White with #560F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560F9D; }

 p { color: rgb(86,15,157); }

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

background-color css

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

 a { background-color: rgb(86,15,157); }

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

border-color css

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

 span { border-color: rgb(86,15,157); }

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