#261566

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

Shades of Paris M #261566

Tints of Paris M #261566

Color information

#261566 (or 0x261566) is unknown color: approx Paris M. HEX triplet: 26, 15 and 66. RGB value is (38,21,102). Sum of RGB (Red+Green+Blue) = 38+21+102=161 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.60% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 102 (40.23% from 255 or 63.35% from 161); Max value from RGB is 102 - color contains mainly: blue. Hex color #261566 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261566 is #D9EA99. Grayscale: #232323. Windows color (decimal): -14281370 or 6690086. OLE color: 6690086.

HSL color Cylindrical-coordinate representation of color #261566: hue angle of 252.59º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #261566 is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3821102-
CMYK0.630.7900.6
HSL252.59º65.85%24.12%-
HSV(B)252.59º79.41%40%-
XYZ3.471.9112.76-
YUV35.32165.63129.91-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.60%
GREEN value IS 21 (8.59% from 255) = 13.04%
BLUE value IS 102 (40.23% from 255) = 63.35%
R=23.60%
G=13.04%
B=63.35%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal38211020.630.7900.6252.5965.8524.12
Hex2615663F4F03Cfd4218
Octal46251467711707437510230
Binary1001101010111001101111111001111011110011111101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261566; }

 p { color: rgb(38,21,102); }

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

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

 a { background-color: rgb(38,21,102); }

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

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

 span { border-color: rgb(38,21,102); }

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