Html Css Color HEX #2F2359 Paris M

📋 copy color: '#2F2359'

red 47 ◦ green 35 ◦ blue 89

#2F2359
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris M #2F2359

Tints of Paris M #2F2359

RGB

 RED value IS 47 (18.75% from 255) = 27.49%

 GREEN value IS 35 (14.06% from 255) = 20.47%

 BLUE value IS 89 (35.16% from 255) = 52.05%

R = 27.49%
G = 20.47%
B = 52.05%

CMYK

 C value IS 0.47

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2F2359 (or 0x2F2359) is known color: Paris M. HEX triplet: 2F, 23 and 59. RGB value is (47,35,89). Sum of RGB (Red+Green+Blue) = 47+35+89=171 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.49% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 89 (35.16% from 255 or 52.05% from 171); Max value from RGB is 89 - color contains mainly: blue. Hex color #2F2359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2359 is #D0DCA6. Grayscale: #2C2C2C. Windows color (decimal): -13687975 or 5841711. OLE color: 5841711.

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

Color convert

RGB 47 35 89 -
CMYK 0.47 0.61 0 0.65
HSL 253.33º 0.44% 0.24% -
HSV(B) 253.33º 0.61% 0.35% -
XYZ 3.58 2.53 9.75 -
YUV 44.74 152.98 129.61 -
System Red Green Blue C M Y K H S L
Decimal 47 35 89 0.47 0.61 0 0.65 253.33 0.44 0.24
Hex 2F 23 59 2F 3D 0 41 FD 2C 18
Octal 57 43 131 57 75 0 101 375 54 30
Binary 101111 100011 1011001 101111 111101 0 1000001 11111101 101100 11000

Color Harmonies of #2F2359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2359

Black with #2F2359

Text Example


Text Example

White with #2F2359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2F2359;
 }
 .AnyTagClassName
 {
   color: #2F2359;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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