#26165D

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

Shades of Paris M #26165D

Tints of Paris M #26165D

Color information

#26165D (or 0x26165D) is unknown color: approx Paris M. HEX triplet: 26, 16 and 5D. RGB value is (38,22,93). Sum of RGB (Red+Green+Blue) = 38+22+93=153 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.84% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 93 (36.72% from 255 or 60.78% from 153); Max value from RGB is 93 - color contains mainly: blue. Hex color #26165D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26165D is #D9E9A2. Grayscale: #222222. Windows color (decimal): -14281123 or 6100518. OLE color: 6100518.

HSL color Cylindrical-coordinate representation of color #26165D: hue angle of 253.52º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26165D is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB382293-
CMYK0.590.7600.64
HSL253.52º61.74%22.55%-
HSV(B)253.52º76.34%36.47%-
XYZ3.061.7810.54-
YUV34.88160.8130.23-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.84%
GREEN value IS 22 (8.98% from 255) = 14.38%
BLUE value IS 93 (36.72% from 255) = 60.78%
R=24.84%
G=14.38%
B=60.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3822930.590.7600.64253.5261.7422.55
Hex26165D3B4C040fe3e17
Octal46261357311401003767627
Binary1001101011010111011110111001100010000001111111011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26165D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26165D; }

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

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

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

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

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

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

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

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