#261560

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

Shades of Paris M #261560

Tints of Paris M #261560

Color information

#261560 (or 0x261560) is unknown color: approx Paris M. HEX triplet: 26, 15 and 60. RGB value is (38,21,96). Sum of RGB (Red+Green+Blue) = 38+21+96=155 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.52% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 96 (37.89% from 255 or 61.94% from 155); Max value from RGB is 96 - color contains mainly: blue. Hex color #261560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261560 is #D9EA9F. Grayscale: #222222. Windows color (decimal): -14281376 or 6296870. OLE color: 6296870.

HSL color Cylindrical-coordinate representation of color #261560: hue angle of 253.6º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #261560 is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB382196-
CMYK0.600.7800.62
HSL253.6º64.1%22.94%-
HSV(B)253.6º78.12%37.65%-
XYZ3.181.7911.24-
YUV34.63162.63130.4-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.52%
GREEN value IS 21 (8.59% from 255) = 13.55%
BLUE value IS 96 (37.89% from 255) = 61.94%
R=24.52%
G=13.55%
B=61.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3821960.600.7800.62253.664.122.94
Hex2615603C4E03Efe4017
Octal46251407411607637610027
Binary1001101010111000001111001001110011111011111110100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261560; }

 p { color: rgb(38,21,96); }

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

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

 a { background-color: rgb(38,21,96); }

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

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

 span { border-color: rgb(38,21,96); }

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