Html Css Color HEX #2F2759 Paris M

📋 copy color: '#2F2759'

red 47 ◦ green 39 ◦ blue 89

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

Shades of Paris M #2F2759

Tints of Paris M #2F2759

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.29%

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

R = 26.86%
G = 22.29%
B = 50.86%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2F2759 (or 0x2F2759) is known color: Paris M. HEX triplet: 2F, 27 and 59. RGB value is (47,39,89). Sum of RGB (Red+Green+Blue) = 47+39+89=175 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.86% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #2F2759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2759 is #D0D8A6. Grayscale: #2E2E2E. Windows color (decimal): -13686951 or 5842735. OLE color: 5842735.

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

Color convert

RGB 47 39 89 -
CMYK 0.47 0.56 0 0.65
HSL 249.6º 0.39% 0.25% -
HSV(B) 249.6º 0.56% 0.35% -
XYZ 3.7 2.78 9.79 -
YUV 47.09 151.65 127.93 -
System Red Green Blue C M Y K H S L
Decimal 47 39 89 0.47 0.56 0 0.65 249.6 0.39 0.25
Hex 2F 27 59 2F 38 0 41 FA 27 19
Octal 57 47 131 57 70 0 101 372 47 31
Binary 101111 100111 1011001 101111 111000 0 1000001 11111010 100111 11001

Color Harmonies of #2F2759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2759

Black with #2F2759

Text Example


Text Example

White with #2F2759

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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