#261361

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

Shades of Paris M #261361

Tints of Paris M #261361

Color information

#261361 (or 0x261361) is unknown color: approx Paris M. HEX triplet: 26, 13 and 61. RGB value is (38,19,97). Sum of RGB (Red+Green+Blue) = 38+19+97=154 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.68% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 97 (38.28% from 255 or 62.99% from 154); Max value from RGB is 97 - color contains mainly: blue. Hex color #261361 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261361 is #D9EC9E. Grayscale: #212121. Windows color (decimal): -14281887 or 6361894. OLE color: 6361894.

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

Color convert

RGB381997-
CMYK0.610.8000.62
HSL254.62º67.24%22.75%-
HSV(B)254.62º80.41%38.04%-
XYZ3.191.7411.48-
YUV33.57163.79131.16-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.68%
GREEN value IS 19 (7.81% from 255) = 12.34%
BLUE value IS 97 (38.28% from 255) = 62.99%
R=24.68%
G=12.34%
B=62.99%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3819970.610.8000.62254.6267.2422.75
Hex2613613D5003Eff4317
Octal46231417512007637710327
Binary1001101001111000011111011010000011111011111111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261361; }

 p { color: rgb(38,19,97); }

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

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

 a { background-color: rgb(38,19,97); }

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

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

 span { border-color: rgb(38,19,97); }

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