#26175F

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

Shades of Paris M #26175F

Tints of Paris M #26175F

Color information

#26175F (or 0x26175F) is unknown color: approx Paris M. HEX triplet: 26, 17 and 5F. RGB value is (38,23,95). Sum of RGB (Red+Green+Blue) = 38+23+95=156 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.36% from 156); Green value is 23 (9.38% from 255 or 14.74% from 156); Blue value is 95 (37.5% from 255 or 60.90% from 156); Max value from RGB is 95 - color contains mainly: blue. Hex color #26175F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26175F is #D9E8A0. Grayscale: #232323. Windows color (decimal): -14280865 or 6231846. OLE color: 6231846.

HSL color Cylindrical-coordinate representation of color #26175F: hue angle of 252.5º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26175F is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB382395-
CMYK0.600.7600.63
HSL252.5º61.02%23.14%-
HSV(B)252.5º75.79%37.25%-
XYZ3.171.8511.02-
YUV35.69161.47129.65-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.36%
GREEN value IS 23 (9.38% from 255) = 14.74%
BLUE value IS 95 (37.5% from 255) = 60.90%
R=24.36%
G=14.74%
B=60.90%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3823950.600.7600.63252.561.0223.14
Hex26175F3C4C03Ffc3d17
Octal4627137741140773747527
Binary100110101111011111111100100110001111111111110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26175F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26175F; }

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

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

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

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

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

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

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

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