#2F2768

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

Shades of Paris M #2F2768

Tints of Paris M #2F2768

Color information

#2F2768 (or 0x2F2768) is unknown color: approx Paris M. HEX triplet: 2F, 27 and 68. RGB value is (47,39,104). Sum of RGB (Red+Green+Blue) = 47+39+104=190 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.74% from 190); Green value is 39 (15.62% from 255 or 20.53% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #2F2768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2768 is #D0D897. Grayscale: #303030. Windows color (decimal): -13686936 or 6825775. OLE color: 6825775.

HSL color Cylindrical-coordinate representation of color #2F2768: hue angle of 247.38º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F2768 is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4739104-
CMYK0.550.6200.59
HSL247.38º45.45%28.04%-
HSV(B)247.38º62.5%40.78%-
XYZ4.43.0513.45-
YUV48.8159.15126.71-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.74%
GREEN value IS 39 (15.62% from 255) = 20.53%
BLUE value IS 104 (41.02% from 255) = 54.74%
R=24.74%
G=20.53%
B=54.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal47391040.550.6200.59247.3845.4528.04
Hex2F2768373E03Bf72d1c
Octal574715067760733675534
Binary101111100111110100011011111111001110111111011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F2768; }

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

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

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

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

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

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

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

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