#261261

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

Shades of Paris M #261261

Tints of Paris M #261261

Color information

#261261 (or 0x261261) is unknown color: approx Paris M. HEX triplet: 26, 12 and 61. RGB value is (38,18,97). Sum of RGB (Red+Green+Blue) = 38+18+97=153 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.84% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 97 (38.28% from 255 or 63.40% from 153); Max value from RGB is 97 - color contains mainly: blue. Hex color #261261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261261 is #D9ED9E. Grayscale: #202020. Windows color (decimal): -14282143 or 6361638. OLE color: 6361638.

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

Color convert

RGB381897-
CMYK0.610.8100.62
HSL255.19º68.7%22.55%-
HSV(B)255.19º81.44%38.04%-
XYZ3.171.7111.47-
YUV32.99164.13131.58-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.84%
GREEN value IS 18 (7.42% from 255) = 11.76%
BLUE value IS 97 (38.28% from 255) = 63.40%
R=24.84%
G=11.76%
B=63.40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3818970.610.8100.62255.1968.722.55
Hex2612613D5103Eff4517
Octal46221417512107637710527
Binary1001101001011000011111011010001011111011111111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261261; }

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

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

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

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

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

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

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

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