#261668

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

Shades of Paris M #261668

Tints of Paris M #261668

Color information

#261668 (or 0x261668) is unknown color: approx Paris M. HEX triplet: 26, 16 and 68. RGB value is (38,22,104). Sum of RGB (Red+Green+Blue) = 38+22+104=164 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.17% from 164); Green value is 22 (8.98% from 255 or 13.41% from 164); Blue value is 104 (41.02% from 255 or 63.41% from 164); Max value from RGB is 104 - color contains mainly: blue. Hex color #261668 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261668 is #D9E997. Grayscale: #232323. Windows color (decimal): -14281112 or 6821414. OLE color: 6821414.

HSL color Cylindrical-coordinate representation of color #261668: hue angle of 251.71º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #261668 is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3822104-
CMYK0.630.7900.59
HSL251.71º65.08%24.71%-
HSV(B)251.71º78.85%40.78%-
XYZ3.581.9913.29-
YUV36.13166.3129.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.17%
GREEN value IS 22 (8.98% from 255) = 13.41%
BLUE value IS 104 (41.02% from 255) = 63.41%
R=23.17%
G=13.41%
B=63.41%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38221040.630.7900.59251.7165.0824.71
Hex2616683F4F03Bfc4119
Octal46261507711707337410131
Binary1001101011011010001111111001111011101111111100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261668; }

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

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

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

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

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

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

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

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