#2F2060

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

Shades of Paris M #2F2060

Tints of Paris M #2F2060

Color information

#2F2060 (or 0x2F2060) is unknown color: approx Paris M. HEX triplet: 2F, 20 and 60. RGB value is (47,32,96). Sum of RGB (Red+Green+Blue) = 47+32+96=175 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.86% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 96 (37.89% from 255 or 54.86% from 175); Max value from RGB is 96 - color contains mainly: blue. Hex color #2F2060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2060 is #D0DF9F. Grayscale: #2B2B2B. Windows color (decimal): -13688736 or 6299695. OLE color: 6299695.

HSL color Cylindrical-coordinate representation of color #2F2060: hue angle of 254.06º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F2060 is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB473296-
CMYK0.510.6700.62
HSL254.06º50%25.1%-
HSV(B)254.06º66.67%37.65%-
XYZ3.82.4811.35-
YUV43.78157.47130.3-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.86%
GREEN value IS 32 (12.89% from 255) = 18.29%
BLUE value IS 96 (37.89% from 255) = 54.86%
R=26.86%
G=18.29%
B=54.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4732960.510.6700.62254.065025.1
Hex2F2060334303Efe3219
Octal5740140631030763766231
Binary1011111000001100000110011100001101111101111111011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,32,96); }

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

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

 a { background-color: rgb(47,32,96); }

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

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

 span { border-color: rgb(47,32,96); }

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