#2F2370

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

Shades of Paris M #2F2370

Tints of Paris M #2F2370

Color information

#2F2370 (or 0x2F2370) is unknown color: approx Paris M. HEX triplet: 2F, 23 and 70. RGB value is (47,35,112). Sum of RGB (Red+Green+Blue) = 47+35+112=194 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.23% from 194); Green value is 35 (14.06% from 255 or 18.04% from 194); Blue value is 112 (44.14% from 255 or 57.73% from 194); Max value from RGB is 112 - color contains mainly: blue. Hex color #2F2370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2370 is #D0DC8F. Grayscale: #2F2F2F. Windows color (decimal): -13687952 or 7349039. OLE color: 7349039.

HSL color Cylindrical-coordinate representation of color #2F2370: hue angle of 249.35º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F2370 is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4735112-
CMYK0.580.6900.56
HSL249.35º52.38%28.82%-
HSV(B)249.35º68.75%43.92%-
XYZ4.72.9815.66-
YUV47.37164.48127.74-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.23%
GREEN value IS 35 (14.06% from 255) = 18.04%
BLUE value IS 112 (44.14% from 255) = 57.73%
R=24.23%
G=18.04%
B=57.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal47351120.580.6900.56249.3552.3828.82
Hex2F23703A45038f9341d
Octal5743160721050703716435
Binary1011111000111110000111010100010101110001111100111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,35,112); }

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

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

 a { background-color: rgb(47,35,112); }

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

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

 span { border-color: rgb(47,35,112); }

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