#26135F

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

Shades of Paris M #26135F

Tints of Paris M #26135F

Color information

#26135F (or 0x26135F) is unknown color: approx Paris M. HEX triplet: 26, 13 and 5F. RGB value is (38,19,95). Sum of RGB (Red+Green+Blue) = 38+19+95=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 95 (37.5% from 255 or 62.5% from 152); Max value from RGB is 95 - color contains mainly: blue. Hex color #26135F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26135F is #D9ECA0. Grayscale: #212121. Windows color (decimal): -14281889 or 6230822. OLE color: 6230822.

HSL color Cylindrical-coordinate representation of color #26135F: hue angle of 255º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26135F is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB381995-
CMYK0.600.8000.63
HSL255º66.67%22.35%-
HSV(B)255º80%37.25%-
XYZ3.11.710.99-
YUV33.34162.79131.32-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25%
GREEN value IS 19 (7.81% from 255) = 12.5%
BLUE value IS 95 (37.5% from 255) = 62.5%
R=25%
G=12.5%
B=62.5%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3819950.600.8000.6325566.6722.35
Hex26135F3C5003Fff4316
Octal46231377412007737710326
Binary1001101001110111111111001010000011111111111111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26135F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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