#261960

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

Shades of Paris M #261960

Tints of Paris M #261960

Color information

#261960 (or 0x261960) is unknown color: approx Paris M. HEX triplet: 26, 19 and 60. RGB value is (38,25,96). Sum of RGB (Red+Green+Blue) = 38+25+96=159 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.90% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 96 (37.89% from 255 or 60.38% from 159); Max value from RGB is 96 - color contains mainly: blue. Hex color #261960 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261960 is #D9E69F. Grayscale: #242424. Windows color (decimal): -14280352 or 6297894. OLE color: 6297894.

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

Color convert

RGB382596-
CMYK0.600.7400.62
HSL250.99º58.68%23.73%-
HSV(B)250.99º73.96%37.65%-
XYZ3.261.9511.27-
YUV36.98161.31128.73-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.90%
GREEN value IS 25 (10.16% from 255) = 15.72%
BLUE value IS 96 (37.89% from 255) = 60.38%
R=23.90%
G=15.72%
B=60.38%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3825960.600.7400.62250.9958.6823.73
Hex2619603C4A03Efb3b18
Octal4631140741120763737330
Binary100110110011100000111100100101001111101111101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261960; }

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

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

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

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

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

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

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

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