#26155D

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

Shades of Paris M #26155D

Tints of Paris M #26155D

Color information

#26155D (or 0x26155D) is unknown color: approx Paris M. HEX triplet: 26, 15 and 5D. RGB value is (38,21,93). Sum of RGB (Red+Green+Blue) = 38+21+93=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 93 (36.72% from 255 or 61.18% from 152); Max value from RGB is 93 - color contains mainly: blue. Hex color #26155D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26155D is #D9EAA2. Grayscale: #222222. Windows color (decimal): -14281379 or 6100262. OLE color: 6100262.

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

Color convert

RGB382193-
CMYK0.590.7700.64
HSL254.17º63.16%22.35%-
HSV(B)254.17º77.42%36.47%-
XYZ3.041.7410.53-
YUV34.29161.13130.65-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25%
GREEN value IS 21 (8.59% from 255) = 13.82%
BLUE value IS 93 (36.72% from 255) = 61.18%
R=25%
G=13.82%
B=61.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3821930.590.7700.64254.1763.1622.35
Hex26155D3B4D040fe3f16
Octal46251357311501003767726
Binary1001101010110111011110111001101010000001111111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26155D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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