#261765

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

Shades of Paris M #261765

Tints of Paris M #261765

Color information

#261765 (or 0x261765) is unknown color: approx Paris M. HEX triplet: 26, 17 and 65. RGB value is (38,23,101). Sum of RGB (Red+Green+Blue) = 38+23+101=162 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.46% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 101 (39.84% from 255 or 62.35% from 162); Max value from RGB is 101 - color contains mainly: blue. Hex color #261765 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261765 is #D9E89A. Grayscale: #242424. Windows color (decimal): -14280859 or 6625062. OLE color: 6625062.

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

Color convert

RGB3823101-
CMYK0.620.7700.60
HSL251.54º62.9%24.31%-
HSV(B)251.54º77.23%39.61%-
XYZ3.451.9612.51-
YUV36.38164.47129.16-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.46%
GREEN value IS 23 (9.38% from 255) = 14.20%
BLUE value IS 101 (39.84% from 255) = 62.35%
R=23.46%
G=14.20%
B=62.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal38231010.620.7700.60251.5462.924.31
Hex2617653E4D03Cfc3f18
Octal4627145761150743747730
Binary100110101111100101111110100110101111001111110011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261765; }

 p { color: rgb(38,23,101); }

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

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

 a { background-color: rgb(38,23,101); }

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

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

 span { border-color: rgb(38,23,101); }

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