Html Css Color HEX #2F2471 Paris M

📋 copy color: '#2F2471'

red 47 ◦ green 36 ◦ blue 113

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

Shades of Paris M #2F2471

Tints of Paris M #2F2471

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.37%

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

R = 23.98%
G = 18.37%
B = 57.65%

CMYK

 C value IS 0.58

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2F2471 (or 0x2F2471) is known color: Paris M. HEX triplet: 2F, 24 and 71. RGB value is (47,36,113). Sum of RGB (Red+Green+Blue) = 47+36+113=196 (25% of max value = 765). Red value is 47 (18.75% from 255 or 23.98% from 196); Green value is 36 (14.45% from 255 or 18.37% from 196); Blue value is 113 (44.53% from 255 or 57.65% from 196); Max value from RGB is 113 - color contains mainly: blue. Hex color #2F2471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2471 is #D0DB8E. Grayscale: #2F2F2F. Windows color (decimal): -13687695 or 7414831. OLE color: 7414831.

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

Color convert

RGB 47 36 113 -
CMYK 0.58 0.68 0 0.56
HSL 248.57º 0.52% 0.29% -
HSV(B) 248.57º 0.68% 0.44% -
XYZ 4.78 3.06 15.96 -
YUV 48.07 164.64 127.24 -
System Red Green Blue C M Y K H S L
Decimal 47 36 113 0.58 0.68 0 0.56 248.57 0.52 0.29
Hex 2F 24 71 3A 44 0 38 F9 34 1D
Octal 57 44 161 72 104 0 70 371 64 35
Binary 101111 100100 1110001 111010 1000100 0 111000 11111001 110100 11101

Color Harmonies of #2F2471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2471

Black with #2F2471

Text Example


Text Example

White with #2F2471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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