#261963

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

Shades of Paris M #261963

Tints of Paris M #261963

Color information

#261963 (or 0x261963) is unknown color: approx Paris M. HEX triplet: 26, 19 and 63. RGB value is (38,25,99). Sum of RGB (Red+Green+Blue) = 38+25+99=162 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.46% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 99 (39.06% from 255 or 61.11% from 162); Max value from RGB is 99 - color contains mainly: blue. Hex color #261963 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261963 is #D9E69C. Grayscale: #252525. Windows color (decimal): -14280349 or 6494502. OLE color: 6494502.

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

Color convert

RGB382599-
CMYK0.620.7500.61
HSL250.54º59.68%24.31%-
HSV(B)250.54º74.75%38.82%-
XYZ3.42.0112.01-
YUV37.32162.81128.48-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.46%
GREEN value IS 25 (10.16% from 255) = 15.43%
BLUE value IS 99 (39.06% from 255) = 61.11%
R=23.46%
G=15.43%
B=61.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3825990.620.7500.61250.5459.6824.31
Hex2619633E4B03Dfb3c18
Octal4631143761130753737430
Binary100110110011100011111110100101101111011111101111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261963; }

 p { color: rgb(38,25,99); }

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

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

 a { background-color: rgb(38,25,99); }

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

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

 span { border-color: rgb(38,25,99); }

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