#261664

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

Shades of Paris M #261664

Tints of Paris M #261664

Color information

#261664 (or 0x261664) is unknown color: approx Paris M. HEX triplet: 26, 16 and 64. RGB value is (38,22,100). Sum of RGB (Red+Green+Blue) = 38+22+100=160 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.75% from 160); Green value is 22 (8.98% from 255 or 13.75% from 160); Blue value is 100 (39.45% from 255 or 62.5% from 160); Max value from RGB is 100 - color contains mainly: blue. Hex color #261664 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261664 is #D9E99B. Grayscale: #232323. Windows color (decimal): -14281116 or 6559270. OLE color: 6559270.

HSL color Cylindrical-coordinate representation of color #261664: hue angle of 252.31º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #261664 is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB3822100-
CMYK0.620.7800.61
HSL252.31º63.93%23.92%-
HSV(B)252.31º78%39.22%-
XYZ3.391.9112.25-
YUV35.68164.3129.66-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.75%
GREEN value IS 22 (8.98% from 255) = 13.75%
BLUE value IS 100 (39.45% from 255) = 62.5%
R=23.75%
G=13.75%
B=62.5%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal38221000.620.7800.61252.3163.9323.92
Hex2616643E4E03Dfc4018
Octal46261447611607537410030
Binary1001101011011001001111101001110011110111111100100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261664; }

 p { color: rgb(38,22,100); }

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

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

 a { background-color: rgb(38,22,100); }

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

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

 span { border-color: rgb(38,22,100); }

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