#27155B

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

Shades of Paris M #27155B

Tints of Paris M #27155B

Color information

#27155B (or 0x27155B) is unknown color: approx Paris M. HEX triplet: 27, 15 and 5B. RGB value is (39,21,91). Sum of RGB (Red+Green+Blue) = 39+21+91=151 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.83% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 91 (35.94% from 255 or 60.26% from 151); Max value from RGB is 91 - color contains mainly: blue. Hex color #27155B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27155B is #D8EAA4. Grayscale: #222222. Windows color (decimal): -14215845 or 5969191. OLE color: 5969191.

HSL color Cylindrical-coordinate representation of color #27155B: hue angle of 255.43º degrees, saturation: 0.62, 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 #27155B is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB392191-
CMYK0.570.7700.64
HSL255.43º62.5%21.96%-
HSV(B)255.43º76.92%35.69%-
XYZ2.991.7210.07-
YUV34.36159.96131.31-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.83%
GREEN value IS 21 (8.59% from 255) = 13.91%
BLUE value IS 91 (35.94% from 255) = 60.26%
R=25.83%
G=13.91%
B=60.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3921910.570.7700.64255.4362.521.96
Hex27155B394D040ff3e16
Octal47251337111501003777626
Binary1001111010110110111110011001101010000001111111111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27155B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27155B; }

 p { color: rgb(39,21,91); }

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

<style>
 a { background-color: #27155B; }

 a { background-color: rgb(39,21,91); }

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

<style>
 span { border-color: #27155B; }

 span { border-color: rgb(39,21,91); }

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