Html Css Color HEX #560290 Indigo

📋 copy color: '#560290'

red 86 ◦ green 2 ◦ blue 144

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

Shades of Indigo #560290

Tints of Indigo #560290

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.86%

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

R = 37.07%
G = 0.86%
B = 62.07%

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

#560290 (or 0x560290) is known color: Indigo. HEX triplet: 56, 02 and 90. RGB value is (86,2,144). Sum of RGB (Red+Green+Blue) = 86+2+144=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 144 (56.64% from 255 or 62.07% from 232); Max value from RGB is 144 - color contains mainly: blue. Hex color #560290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560290 is #A9FD6F. Grayscale: #2A2A2A. Windows color (decimal): -11140464 or 9437782. OLE color: 9437782.

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

Color convert

RGB 86 2 144 -
CMYK 0.40 0.99 0 0.44
HSL 275.49º 0.97% 0.29% -
HSV(B) 275.49º 0.99% 0.56% -
XYZ 8.89 4.04 26.7 -
YUV 43.3 184.83 158.45 -
System Red Green Blue C M Y K H S L
Decimal 86 2 144 0.40 0.99 0 0.44 275.49 0.97 0.29
Hex 56 2 90 28 63 0 2C 113 61 1D
Octal 126 2 220 50 143 0 54 423 141 35
Binary 1010110 10 10010000 101000 1100011 0 101100 100010011 1100001 11101

Color Harmonies of #560290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560290

Black with #560290

Text Example


Text Example

White with #560290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560290; }

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

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

background-color css

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

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

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

border-color css

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

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

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