Html Css Color HEX #560896 Indigo

📋 copy color: '#560896'

red 86 ◦ green 8 ◦ blue 150

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

Shades of Indigo #560896

Tints of Indigo #560896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 61.48%

R = 35.25%
G = 3.28%
B = 61.48%

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

#560896 (or 0x560896) is known color: Indigo. HEX triplet: 56, 08 and 96. RGB value is (86,8,150). Sum of RGB (Red+Green+Blue) = 86+8+150=244 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.25% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 150 (58.98% from 255 or 61.48% from 244); Max value from RGB is 150 - color contains mainly: blue. Hex color #560896 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560896 is #A9F769. Grayscale: #2F2F2F. Windows color (decimal): -11138922 or 9832534. OLE color: 9832534.

HSL color Cylindrical-coordinate representation of color #560896: hue angle of 272.96º 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 #560896 is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 86 8 150 -
CMYK 0.43 0.95 0 0.41
HSL 272.96º 0.9% 0.31% -
HSV(B) 272.96º 0.95% 0.59% -
XYZ 9.43 4.35 29.2 -
YUV 47.51 185.84 155.45 -
System Red Green Blue C M Y K H S L
Decimal 86 8 150 0.43 0.95 0 0.41 272.96 0.9 0.31
Hex 56 8 96 2B 5F 0 29 111 5A 1F
Octal 126 10 226 53 137 0 51 421 132 37
Binary 1010110 1000 10010110 101011 1011111 0 101001 100010001 1011010 11111

Color Harmonies of #560896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560896

Black with #560896

Text Example


Text Example

White with #560896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560896; }

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

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

background-color css

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

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

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

border-color css

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

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

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