Html Css Color HEX #2F2271 Paris M

📋 copy color: '#2F2271'

red 47 ◦ green 34 ◦ blue 113

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

Shades of Paris M #2F2271

Tints of Paris M #2F2271

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.53%

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

R = 24.23%
G = 17.53%
B = 58.25%

CMYK

 C value IS 0.58

 M value IS 0.70

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2F2271 (or 0x2F2271) is known color: Paris M. HEX triplet: 2F, 22 and 71. RGB value is (47,34,113). Sum of RGB (Red+Green+Blue) = 47+34+113=194 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.23% from 194); Green value is 34 (13.67% from 255 or 17.53% from 194); Blue value is 113 (44.53% from 255 or 58.25% from 194); Max value from RGB is 113 - color contains mainly: blue. Hex color #2F2271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2271 is #D0DD8E. Grayscale: #2E2E2E. Windows color (decimal): -13688207 or 7414319. OLE color: 7414319.

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

Color convert

RGB 47 34 113 -
CMYK 0.58 0.70 0 0.56
HSL 249.87º 0.54% 0.29% -
HSV(B) 249.87º 0.7% 0.44% -
XYZ 4.72 2.94 15.94 -
YUV 46.89 165.31 128.08 -
System Red Green Blue C M Y K H S L
Decimal 47 34 113 0.58 0.70 0 0.56 249.87 0.54 0.29
Hex 2F 22 71 3A 46 0 38 FA 36 1D
Octal 57 42 161 72 106 0 70 372 66 35
Binary 101111 100010 1110001 111010 1000110 0 111000 11111010 110110 11101

Color Harmonies of #2F2271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2271

Black with #2F2271

Text Example


Text Example

White with #2F2271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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