#26175D

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

Shades of Paris M #26175D

Tints of Paris M #26175D

Color information

#26175D (or 0x26175D) is unknown color: approx Paris M. HEX triplet: 26, 17 and 5D. RGB value is (38,23,93). Sum of RGB (Red+Green+Blue) = 38+23+93=154 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.68% from 154); Green value is 23 (9.38% from 255 or 14.94% from 154); Blue value is 93 (36.72% from 255 or 60.39% from 154); Max value from RGB is 93 - color contains mainly: blue. Hex color #26175D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26175D is #D9E8A2. Grayscale: #232323. Windows color (decimal): -14280867 or 6100774. OLE color: 6100774.

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

Color convert

RGB382393-
CMYK0.590.7500.64
HSL252.86º60.34%22.75%-
HSV(B)252.86º75.27%36.47%-
XYZ3.081.8210.54-
YUV35.47160.47129.81-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.68%
GREEN value IS 23 (9.38% from 255) = 14.94%
BLUE value IS 93 (36.72% from 255) = 60.39%
R=24.68%
G=14.94%
B=60.39%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3823930.590.7500.64252.8660.3422.75
Hex26175D3B4B040fd3c17
Octal46271357311301003757427
Binary1001101011110111011110111001011010000001111110111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26175D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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