#560292

Color #560292 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #560292

Tints of Indigo #560292

Color information

#560292 (or 0x560292) is unknown color: approx Indigo. HEX triplet: 56, 02 and 92. RGB value is (86,2,146). Sum of RGB (Red+Green+Blue) = 86+2+146=234 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.75% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 146 (57.42% from 255 or 62.39% from 234); Max value from RGB is 146 - color contains mainly: blue. Hex color #560292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560292 is #A9FD6D. Grayscale: #2B2B2B. Windows color (decimal): -11140462 or 9568854. OLE color: 9568854.

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

Color convert

RGB862146-
CMYK0.410.9900.43
HSL275º97.3%29.02%-
HSV(B)275º98.63%57.25%-
XYZ9.054.127.51-
YUV43.53185.83158.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.75%
GREEN value IS 2 (1.17% from 255) = 0.85%
BLUE value IS 146 (57.42% from 255) = 62.39%
R=36.75%
G=0.85%
B=62.39%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal8621460.410.9900.4327597.329.02
Hex56292296302B113611d
Octal12622225114305342314135
Binary1010110101001001010100111000110101011100010011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560292; }

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

 H1.HeaderClassName
 {
   color: #560292;
 }
 .AnyTagClassName
 {
   color: #560292;
 }
</style>
background-color css

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

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

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

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

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

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