#26155C

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

Shades of Paris M #26155C

Tints of Paris M #26155C

Color information

#26155C (or 0x26155C) is unknown color: approx Paris M. HEX triplet: 26, 15 and 5C. RGB value is (38,21,92). Sum of RGB (Red+Green+Blue) = 38+21+92=151 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25.17% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 92 (36.33% from 255 or 60.93% from 151); Max value from RGB is 92 - color contains mainly: blue. Hex color #26155C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26155C is #D9EAA3. Grayscale: #212121. Windows color (decimal): -14281380 or 6034726. OLE color: 6034726.

HSL color Cylindrical-coordinate representation of color #26155C: hue angle of 254.37º 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 #26155C is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB382192-
CMYK0.590.7700.64
HSL254.37º62.83%22.16%-
HSV(B)254.37º77.17%36.08%-
XYZ31.7210.3-
YUV34.18160.63130.73-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.17%
GREEN value IS 21 (8.59% from 255) = 13.91%
BLUE value IS 92 (36.33% from 255) = 60.93%
R=25.17%
G=13.91%
B=60.93%

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
Decimal3821920.590.7700.64254.3762.8322.16
Hex26155C3B4D040fe3f16
Octal46251347311501003767726
Binary1001101010110111001110111001101010000001111111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26155C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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