Html Css Color HEX #2F2859 Paris M

📋 copy color: '#2F2859'

red 47 ◦ green 40 ◦ blue 89

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

Shades of Paris M #2F2859

Tints of Paris M #2F2859

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.73%

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

R = 26.7%
G = 22.73%
B = 50.57%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2F2859 (or 0x2F2859) is known color: Paris M. HEX triplet: 2F, 28 and 59. RGB value is (47,40,89). Sum of RGB (Red+Green+Blue) = 47+40+89=176 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.70% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 89 (35.16% from 255 or 50.57% from 176); Max value from RGB is 89 - color contains mainly: blue. Hex color #2F2859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2859 is #D0D7A6. Grayscale: #2F2F2F. Windows color (decimal): -13686695 or 5842991. OLE color: 5842991.

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

Color convert

RGB 47 40 89 -
CMYK 0.47 0.55 0 0.65
HSL 248.57º 0.38% 0.25% -
HSV(B) 248.57º 0.55% 0.35% -
XYZ 3.73 2.84 9.8 -
YUV 47.68 151.32 127.52 -
System Red Green Blue C M Y K H S L
Decimal 47 40 89 0.47 0.55 0 0.65 248.57 0.38 0.25
Hex 2F 28 59 2F 37 0 41 F9 26 19
Octal 57 50 131 57 67 0 101 371 46 31
Binary 101111 101000 1011001 101111 110111 0 1000001 11111001 100110 11001

Color Harmonies of #2F2859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2859

Black with #2F2859

Text Example


Text Example

White with #2F2859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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