#261F60

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

Shades of Paris M #261F60

Tints of Paris M #261F60

Color information

#261F60 (or 0x261F60) is unknown color: approx Paris M. HEX triplet: 26, 1F and 60. RGB value is (38,31,96). Sum of RGB (Red+Green+Blue) = 38+31+96=165 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.03% from 165); Green value is 31 (12.5% from 255 or 18.79% from 165); Blue value is 96 (37.89% from 255 or 58.18% from 165); Max value from RGB is 96 - color contains mainly: blue. Hex color #261F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261F60 is #D9E09F. Grayscale: #282828. Windows color (decimal): -14278816 or 6299430. OLE color: 6299430.

HSL color Cylindrical-coordinate representation of color #261F60: hue angle of 246.46º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #261F60 is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB383196-
CMYK0.600.6800.62
HSL246.46º51.18%24.9%-
HSV(B)246.46º67.71%37.65%-
XYZ3.42.2411.32-
YUV40.5159.32126.21-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.03%
GREEN value IS 31 (12.5% from 255) = 18.79%
BLUE value IS 96 (37.89% from 255) = 58.18%
R=23.03%
G=18.79%
B=58.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3831960.600.6800.62246.4651.1824.9
Hex261F603C4403Ef63319
Octal4637140741040763666331
Binary100110111111100000111100100010001111101111011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261F60; }

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

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

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

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

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

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

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

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