#272068

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

Shades of Paris M #272068

Tints of Paris M #272068

Color information

#272068 (or 0x272068) is unknown color: approx Paris M. HEX triplet: 27, 20 and 68. RGB value is (39,32,104). Sum of RGB (Red+Green+Blue) = 39+32+104=175 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.29% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 104 (41.02% from 255 or 59.43% from 175); Max value from RGB is 104 - color contains mainly: blue. Hex color #272068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272068 is #D8DF97. Grayscale: #2A2A2A. Windows color (decimal): -14213016 or 6823975. OLE color: 6823975.

HSL color Cylindrical-coordinate representation of color #272068: hue angle of 245.83º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #272068 is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3932104-
CMYK0.620.6900.59
HSL245.83º52.94%26.67%-
HSV(B)245.83º69.23%40.78%-
XYZ3.852.4613.37-
YUV42.3162.82125.65-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.29%
GREEN value IS 32 (12.89% from 255) = 18.29%
BLUE value IS 104 (41.02% from 255) = 59.43%
R=22.29%
G=18.29%
B=59.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39321040.620.6900.59245.8352.9426.67
Hex2720683E4503Bf6351b
Octal4740150761050733666533
Binary1001111000001101000111110100010101110111111011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272068; }

 p { color: rgb(39,32,104); }

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

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

 a { background-color: rgb(39,32,104); }

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

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

 span { border-color: rgb(39,32,104); }

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