#272160

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

Shades of Paris M #272160

Tints of Paris M #272160

Color information

#272160 (or 0x272160) is unknown color: approx Paris M. HEX triplet: 27, 21 and 60. RGB value is (39,33,96). Sum of RGB (Red+Green+Blue) = 39+33+96=168 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.21% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 96 (37.89% from 255 or 57.14% from 168); Max value from RGB is 96 - color contains mainly: blue. Hex color #272160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272160 is #D8DE9F. Grayscale: #292929. Windows color (decimal): -14212768 or 6299943. OLE color: 6299943.

HSL color Cylindrical-coordinate representation of color #272160: hue angle of 245.71º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #272160 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB393396-
CMYK0.590.6600.62
HSL245.71º48.84%25.29%-
HSV(B)245.71º65.62%37.65%-
XYZ3.492.3611.34-
YUV41.98158.49125.88-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.21%
GREEN value IS 33 (13.28% from 255) = 19.64%
BLUE value IS 96 (37.89% from 255) = 57.14%
R=23.21%
G=19.64%
B=57.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3933960.590.6600.62245.7148.8425.29
Hex2721603B4203Ef63119
Octal4741140731020763666131
Binary1001111000011100000111011100001001111101111011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272160; }

 p { color: rgb(39,33,96); }

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

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

 a { background-color: rgb(39,33,96); }

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

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

 span { border-color: rgb(39,33,96); }

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