Html Css Color HEX #560096 Indigo

📋 copy color: '#560096'

red 86 ◦ green 0 ◦ blue 150

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

Shades of Indigo #560096

Tints of Indigo #560096

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 36.44%
G = 0%
B = 63.56%

CMYK

 C value IS 0.43

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#560096 (or 0x560096) is known color: Indigo. HEX triplet: 56, 00 and 96. RGB value is (86,0,150). Sum of RGB (Red+Green+Blue) = 86+0+150=236 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.44% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 150 (58.98% from 255 or 63.56% from 236); Max value from RGB is 150 - color contains mainly: blue. Hex color #560096 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560096 is #A9FF69. Grayscale: #2A2A2A. Windows color (decimal): -11140970 or 9830486. OLE color: 9830486.

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

Color convert

RGB 86 0 150 -
CMYK 0.43 1 0 0.41
HSL 274.4º 1% 0.29% -
HSV(B) 274.4º 1% 0.59% -
XYZ 9.34 4.18 29.17 -
YUV 42.81 188.49 158.8 -
System Red Green Blue C M Y K H S L
Decimal 86 0 150 0.43 1 0 0.41 274.4 1 0.29
Hex 56 0 96 2B 64 0 29 112 64 1D
Octal 126 0 226 53 144 0 51 422 144 35
Binary 1010110 0 10010110 101011 1100100 0 101001 100010010 1100100 11101

Color Harmonies of #560096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560096

Black with #560096

Text Example


Text Example

White with #560096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560096; }

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

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

background-color css

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

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

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

border-color css

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

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

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