#2F2559

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

Shades of Paris M #2F2559

Tints of Paris M #2F2559

Color information

#2F2559 (or 0x2F2559) is unknown color: approx Paris M. HEX triplet: 2F, 25 and 59. RGB value is (47,37,89). Sum of RGB (Red+Green+Blue) = 47+37+89=173 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.17% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 89 (35.16% from 255 or 51.45% from 173); Max value from RGB is 89 - color contains mainly: blue. Hex color #2F2559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2559 is #D0DAA6. Grayscale: #2D2D2D. Windows color (decimal): -13687463 or 5842223. OLE color: 5842223.

HSL color Cylindrical-coordinate representation of color #2F2559: hue angle of 251.54º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F2559 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB473789-
CMYK0.470.5800.65
HSL251.54º41.27%24.71%-
HSV(B)251.54º58.43%34.9%-
XYZ3.642.659.77-
YUV45.92152.31128.77-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.17%
GREEN value IS 37 (14.84% from 255) = 21.39%
BLUE value IS 89 (35.16% from 255) = 51.45%
R=27.17%
G=21.39%
B=51.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4737890.470.5800.65251.5441.2724.71
Hex2F25592F3A041fc2919
Octal5745131577201013745131
Binary1011111001011011001101111111010010000011111110010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,37,89); }

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

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

 a { background-color: rgb(47,37,89); }

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

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

 span { border-color: rgb(47,37,89); }

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