Html Css Color HEX #560195 Indigo

📋 copy color: '#560195'

red 86 ◦ green 1 ◦ blue 149

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

Shades of Indigo #560195

Tints of Indigo #560195

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

 BLUE value IS 149 (58.59% from 255) = 63.14%

R = 36.44%
G = 0.42%
B = 63.14%

CMYK

 C value IS 0.42

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#560195 (or 0x560195) is known color: Indigo. HEX triplet: 56, 01 and 95. RGB value is (86,1,149). Sum of RGB (Red+Green+Blue) = 86+1+149=236 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.44% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 149 (58.59% from 255 or 63.14% from 236); Max value from RGB is 149 - color contains mainly: blue. Hex color #560195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560195 is #A9FE6A. Grayscale: #2A2A2A. Windows color (decimal): -11140715 or 9765206. OLE color: 9765206.

HSL color Cylindrical-coordinate representation of color #560195: hue angle of 274.46º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #560195 is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 86 1 149 -
CMYK 0.42 0.99 0 0.42
HSL 274.46º 0.99% 0.29% -
HSV(B) 274.46º 0.99% 0.58% -
XYZ 9.27 4.17 28.75 -
YUV 43.29 187.66 158.47 -
System Red Green Blue C M Y K H S L
Decimal 86 1 149 0.42 0.99 0 0.42 274.46 0.99 0.29
Hex 56 1 95 2A 63 0 2A 112 63 1D
Octal 126 1 225 52 143 0 52 422 143 35
Binary 1010110 1 10010101 101010 1100011 0 101010 100010010 1100011 11101

Color Harmonies of #560195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560195

Black with #560195

Text Example


Text Example

White with #560195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560195; }

 p { color: rgb(86,1,149); }

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

background-color css

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

 a { background-color: rgb(86,1,149); }

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

border-color css

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

 span { border-color: rgb(86,1,149); }

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