#261F68

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

Shades of Paris M #261F68

Tints of Paris M #261F68

Color information

#261F68 (or 0x261F68) is unknown color: approx Paris M. HEX triplet: 26, 1F and 68. RGB value is (38,31,104). Sum of RGB (Red+Green+Blue) = 38+31+104=173 (22% of max value = 765). Red value is 38 (15.23% from 255 or 21.97% from 173); Green value is 31 (12.5% from 255 or 17.92% from 173); Blue value is 104 (41.02% from 255 or 60.12% from 173); Max value from RGB is 104 - color contains mainly: blue. Hex color #261F68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261F68 is #D9E097. Grayscale: #292929. Windows color (decimal): -14278808 or 6823718. OLE color: 6823718.

HSL color Cylindrical-coordinate representation of color #261F68: hue angle of 245.75º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #261F68 is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3831104-
CMYK0.630.7000.59
HSL245.75º54.07%26.47%-
HSV(B)245.75º70.19%40.78%-
XYZ3.792.3913.36-
YUV41.42163.32125.56-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.97%
GREEN value IS 31 (12.5% from 255) = 17.92%
BLUE value IS 104 (41.02% from 255) = 60.12%
R=21.97%
G=17.92%
B=60.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38311040.630.7000.59245.7554.0726.47
Hex261F683F4603Bf6361a
Octal4637150771060733666632
Binary100110111111101000111111100011001110111111011011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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