Html Css Color HEX #2F2371 Paris M

📋 copy color: '#2F2371'

red 47 ◦ green 35 ◦ blue 113

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

Shades of Paris M #2F2371

Tints of Paris M #2F2371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 57.95%

R = 24.1%
G = 17.95%
B = 57.95%

CMYK

 C value IS 0.58

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2F2371 (or 0x2F2371) is known color: Paris M. HEX triplet: 2F, 23 and 71. RGB value is (47,35,113). Sum of RGB (Red+Green+Blue) = 47+35+113=195 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.10% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 113 (44.53% from 255 or 57.95% from 195); Max value from RGB is 113 - color contains mainly: blue. Hex color #2F2371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2371 is #D0DC8E. Grayscale: #2F2F2F. Windows color (decimal): -13687951 or 7414575. OLE color: 7414575.

HSL color Cylindrical-coordinate representation of color #2F2371: hue angle of 249.23º degrees, saturation: 0.53, 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 #2F2371 is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 47 35 113 -
CMYK 0.58 0.69 0 0.56
HSL 249.23º 0.53% 0.29% -
HSV(B) 249.23º 0.69% 0.44% -
XYZ 4.75 3 15.95 -
YUV 47.48 164.98 127.66 -
System Red Green Blue C M Y K H S L
Decimal 47 35 113 0.58 0.69 0 0.56 249.23 0.53 0.29
Hex 2F 23 71 3A 45 0 38 F9 35 1D
Octal 57 43 161 72 105 0 70 371 65 35
Binary 101111 100011 1110001 111010 1000101 0 111000 11111001 110101 11101

Color Harmonies of #2F2371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2371

Black with #2F2371

Text Example


Text Example

White with #2F2371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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