#26145F

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

Shades of Paris M #26145F

Tints of Paris M #26145F

Color information

#26145F (or 0x26145F) is unknown color: approx Paris M. HEX triplet: 26, 14 and 5F. RGB value is (38,20,95). Sum of RGB (Red+Green+Blue) = 38+20+95=153 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.84% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 95 (37.5% from 255 or 62.09% from 153); Max value from RGB is 95 - color contains mainly: blue. Hex color #26145F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26145F is #D9EBA0. Grayscale: #212121. Windows color (decimal): -14281633 or 6231078. OLE color: 6231078.

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

Color convert

RGB382095-
CMYK0.600.7900.63
HSL254.4º65.22%22.55%-
HSV(B)254.4º78.95%37.25%-
XYZ3.121.7411-
YUV33.93162.46130.9-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.84%
GREEN value IS 20 (8.20% from 255) = 13.07%
BLUE value IS 95 (37.5% from 255) = 62.09%
R=24.84%
G=13.07%
B=62.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3820950.600.7900.63254.465.2222.55
Hex26145F3C4F03Ffe4117
Octal46241377411707737610127
Binary1001101010010111111111001001111011111111111110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26145F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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