#261760

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

Shades of Paris M #261760

Tints of Paris M #261760

Color information

#261760 (or 0x261760) is unknown color: approx Paris M. HEX triplet: 26, 17 and 60. RGB value is (38,23,96). Sum of RGB (Red+Green+Blue) = 38+23+96=157 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.20% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 96 (37.89% from 255 or 61.15% from 157); Max value from RGB is 96 - color contains mainly: blue. Hex color #261760 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261760 is #D9E89F. Grayscale: #232323. Windows color (decimal): -14280864 or 6297382. OLE color: 6297382.

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

Color convert

RGB382396-
CMYK0.600.7600.62
HSL252.33º61.34%23.33%-
HSV(B)252.33º76.04%37.65%-
XYZ3.221.8711.26-
YUV35.81161.97129.56-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.20%
GREEN value IS 23 (9.38% from 255) = 14.65%
BLUE value IS 96 (37.89% from 255) = 61.15%
R=24.20%
G=14.65%
B=61.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3823960.600.7600.62252.3361.3423.33
Hex2617603C4C03Efc3d17
Octal4627140741140763747527
Binary100110101111100000111100100110001111101111110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261760; }

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

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

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

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

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

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

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

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