#2F2062

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

Shades of Paris M #2F2062

Tints of Paris M #2F2062

Color information

#2F2062 (or 0x2F2062) is unknown color: approx Paris M. HEX triplet: 2F, 20 and 62. RGB value is (47,32,98). Sum of RGB (Red+Green+Blue) = 47+32+98=177 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.55% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 98 (38.67% from 255 or 55.37% from 177); Max value from RGB is 98 - color contains mainly: blue. Hex color #2F2062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2062 is #D0DF9D. Grayscale: #2B2B2B. Windows color (decimal): -13688734 or 6430767. OLE color: 6430767.

HSL color Cylindrical-coordinate representation of color #2F2062: hue angle of 253.64º degrees, saturation: 0.51, 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 #2F2062 is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB473298-
CMYK0.520.6700.62
HSL253.64º50.77%25.49%-
HSV(B)253.64º67.35%38.43%-
XYZ3.892.5211.84-
YUV44.01158.47130.13-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.55%
GREEN value IS 32 (12.89% from 255) = 18.08%
BLUE value IS 98 (38.67% from 255) = 55.37%
R=26.55%
G=18.08%
B=55.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4732980.520.6700.62253.6450.7725.49
Hex2F2062344303Efe3319
Octal5740142641030763766331
Binary1011111000001100010110100100001101111101111111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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