#2F2B61

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

Shades of Paris M #2F2B61

Tints of Paris M #2F2B61

Color information

#2F2B61 (or 0x2F2B61) is unknown color: approx Paris M. HEX triplet: 2F, 2B and 61. RGB value is (47,43,97). Sum of RGB (Red+Green+Blue) = 47+43+97=187 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.13% from 187); Green value is 43 (17.19% from 255 or 22.99% from 187); Blue value is 97 (38.28% from 255 or 51.87% from 187); Max value from RGB is 97 - color contains mainly: blue. Hex color #2F2B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2B61 is #D0D49E. Grayscale: #323232. Windows color (decimal): -13685919 or 6368047. OLE color: 6368047.

HSL color Cylindrical-coordinate representation of color #2F2B61: hue angle of 244.44º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F2B61 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB474397-
CMYK0.520.5600.62
HSL244.44º38.57%27.45%-
HSV(B)244.44º55.67%38.04%-
XYZ4.193.211.7-
YUV50.35154.33125.61-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.13%
GREEN value IS 43 (17.19% from 255) = 22.99%
BLUE value IS 97 (38.28% from 255) = 51.87%
R=25.13%
G=22.99%
B=51.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4743970.520.5600.62244.4438.5727.45
Hex2F2B61343803Ef4271b
Octal575314164700763644733
Binary101111101011110000111010011100001111101111010010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,43,97); }

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

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

 a { background-color: rgb(47,43,97); }

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

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

 span { border-color: rgb(47,43,97); }

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