#261669

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

Shades of Paris M #261669

Tints of Paris M #261669

Color information

#261669 (or 0x261669) is unknown color: approx Paris M. HEX triplet: 26, 16 and 69. RGB value is (38,22,105). Sum of RGB (Red+Green+Blue) = 38+22+105=165 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.03% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 105 (41.41% from 255 or 63.64% from 165); Max value from RGB is 105 - color contains mainly: blue. Hex color #261669 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261669 is #D9E996. Grayscale: #232323. Windows color (decimal): -14281111 or 6886950. OLE color: 6886950.

HSL color Cylindrical-coordinate representation of color #261669: hue angle of 251.57º 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 #261669 is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3822105-
CMYK0.640.7900.59
HSL251.57º65.35%24.9%-
HSV(B)251.57º79.05%41.18%-
XYZ3.642.0113.56-
YUV36.25166.8129.25-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.03%
GREEN value IS 22 (8.98% from 255) = 13.33%
BLUE value IS 105 (41.41% from 255) = 63.64%
R=23.03%
G=13.33%
B=63.64%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38221050.640.7900.59251.5765.3524.9
Hex261669404F03Bfc4119
Octal462615110011707337410131
Binary10011010110110100110000001001111011101111111100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261669; }

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

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

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

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

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

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

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

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