#27145B

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

Shades of Paris M #27145B

Tints of Paris M #27145B

Color information

#27145B (or 0x27145B) is unknown color: approx Paris M. HEX triplet: 27, 14 and 5B. RGB value is (39,20,91). Sum of RGB (Red+Green+Blue) = 39+20+91=150 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 91 (35.94% from 255 or 60.67% from 150); Max value from RGB is 91 - color contains mainly: blue. Hex color #27145B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27145B is #D8EBA4. Grayscale: #212121. Windows color (decimal): -14216101 or 5968935. OLE color: 5968935.

HSL color Cylindrical-coordinate representation of color #27145B: hue angle of 256.06º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #27145B is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB392091-
CMYK0.570.7800.64
HSL256.06º63.96%21.76%-
HSV(B)256.06º78.02%35.69%-
XYZ2.981.6910.07-
YUV33.78160.29131.73-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26%
GREEN value IS 20 (8.20% from 255) = 13.33%
BLUE value IS 91 (35.94% from 255) = 60.67%
R=26%
G=13.33%
B=60.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3920910.570.7800.64256.0663.9621.76
Hex27145B394E0401004016
Octal472413371116010040010026
Binary100111101001011011111001100111001000000100000000100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27145B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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