Html Css Color HEX #2F2671 Paris M

📋 copy color: '#2F2671'

red 47 ◦ green 38 ◦ blue 113

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

Shades of Paris M #2F2671

Tints of Paris M #2F2671

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.19%

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

R = 23.74%
G = 19.19%
B = 57.07%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2F2671 (or 0x2F2671) is known color: Paris M. HEX triplet: 2F, 26 and 71. RGB value is (47,38,113). Sum of RGB (Red+Green+Blue) = 47+38+113=198 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.74% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 113 (44.53% from 255 or 57.07% from 198); Max value from RGB is 113 - color contains mainly: blue. Hex color #2F2671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2671 is #D0D98E. Grayscale: #303030. Windows color (decimal): -13687183 or 7415343. OLE color: 7415343.

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

Color convert

RGB 47 38 113 -
CMYK 0.58 0.66 0 0.56
HSL 247.2º 0.5% 0.3% -
HSV(B) 247.2º 0.66% 0.44% -
XYZ 4.85 3.18 15.98 -
YUV 49.24 163.98 126.4 -
System Red Green Blue C M Y K H S L
Decimal 47 38 113 0.58 0.66 0 0.56 247.2 0.5 0.3
Hex 2F 26 71 3A 42 0 38 F7 32 1E
Octal 57 46 161 72 102 0 70 367 62 36
Binary 101111 100110 1110001 111010 1000010 0 111000 11110111 110010 11110

Color Harmonies of #2F2671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2671

Black with #2F2671

Text Example


Text Example

White with #2F2671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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