#27145D

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

Shades of Paris M #27145D

Tints of Paris M #27145D

Color information

#27145D (or 0x27145D) is unknown color: approx Paris M. HEX triplet: 27, 14 and 5D. RGB value is (39,20,93). Sum of RGB (Red+Green+Blue) = 39+20+93=152 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.66% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 93 (36.72% from 255 or 61.18% from 152); Max value from RGB is 93 - color contains mainly: blue. Hex color #27145D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27145D is #D8EBA2. Grayscale: #212121. Windows color (decimal): -14216099 or 6100007. OLE color: 6100007.

HSL color Cylindrical-coordinate representation of color #27145D: hue angle of 255.62º degrees, saturation: 0.65, 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 #27145D is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB392093-
CMYK0.580.7800.64
HSL255.62º64.6%22.16%-
HSV(B)255.62º78.49%36.47%-
XYZ3.061.7210.53-
YUV34161.29131.56-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.66%
GREEN value IS 20 (8.20% from 255) = 13.16%
BLUE value IS 93 (36.72% from 255) = 61.18%
R=25.66%
G=13.16%
B=61.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3920930.580.7800.64255.6264.622.16
Hex27145D3A4E0401004116
Octal472413572116010040010126
Binary100111101001011101111010100111001000000100000000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27145D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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