#261F5F

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

Shades of Paris M #261F5F

Tints of Paris M #261F5F

Color information

#261F5F (or 0x261F5F) is unknown color: approx Paris M. HEX triplet: 26, 1F and 5F. RGB value is (38,31,95). Sum of RGB (Red+Green+Blue) = 38+31+95=164 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.17% from 164); Green value is 31 (12.5% from 255 or 18.90% from 164); Blue value is 95 (37.5% from 255 or 57.93% from 164); Max value from RGB is 95 - color contains mainly: blue. Hex color #261F5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261F5F is #D9E0A0. Grayscale: #282828. Windows color (decimal): -14278817 or 6233894. OLE color: 6233894.

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

Color convert

RGB383195-
CMYK0.600.6700.63
HSL246.56º50.79%24.71%-
HSV(B)246.56º67.37%37.25%-
XYZ3.352.2211.08-
YUV40.39158.82126.3-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.17%
GREEN value IS 31 (12.5% from 255) = 18.90%
BLUE value IS 95 (37.5% from 255) = 57.93%
R=23.17%
G=18.90%
B=57.93%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3831950.600.6700.63246.5650.7924.71
Hex261F5F3C4303Ff73319
Octal4637137741030773676331
Binary100110111111011111111100100001101111111111011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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