Html Css Color HEX #560190 Indigo

📋 copy color: '#560190'

red 86 ◦ green 1 ◦ blue 144

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

Shades of Indigo #560190

Tints of Indigo #560190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 62.34%

R = 37.23%
G = 0.43%
B = 62.34%

CMYK

 C value IS 0.40

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#560190 (or 0x560190) is known color: Indigo. HEX triplet: 56, 01 and 90. RGB value is (86,1,144). Sum of RGB (Red+Green+Blue) = 86+1+144=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 144 (56.64% from 255 or 62.34% from 231); Max value from RGB is 144 - color contains mainly: blue. Hex color #560190 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560190 is #A9FE6F. Grayscale: #2A2A2A. Windows color (decimal): -11140720 or 9437526. OLE color: 9437526.

HSL color Cylindrical-coordinate representation of color #560190: hue angle of 275.66º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #560190 is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 86 1 144 -
CMYK 0.40 0.99 0 0.44
HSL 275.66º 0.99% 0.28% -
HSV(B) 275.66º 0.99% 0.56% -
XYZ 8.88 4.01 26.69 -
YUV 42.72 185.16 158.87 -
System Red Green Blue C M Y K H S L
Decimal 86 1 144 0.40 0.99 0 0.44 275.66 0.99 0.28
Hex 56 1 90 28 63 0 2C 114 63 1C
Octal 126 1 220 50 143 0 54 424 143 34
Binary 1010110 1 10010000 101000 1100011 0 101100 100010100 1100011 11100

Color Harmonies of #560190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560190

Black with #560190

Text Example


Text Example

White with #560190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560190; }

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

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

background-color css

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

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

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

border-color css

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

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

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