Html Css Color HEX #2F2571 Paris M

📋 copy color: '#2F2571'

red 47 ◦ green 37 ◦ blue 113

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

Shades of Paris M #2F2571

Tints of Paris M #2F2571

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.78%

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

R = 23.86%
G = 18.78%
B = 57.36%

CMYK

 C value IS 0.58

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2F2571 (or 0x2F2571) is known color: Paris M. HEX triplet: 2F, 25 and 71. RGB value is (47,37,113). Sum of RGB (Red+Green+Blue) = 47+37+113=197 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.86% from 197); Green value is 37 (14.84% from 255 or 18.78% from 197); Blue value is 113 (44.53% from 255 or 57.36% from 197); Max value from RGB is 113 - color contains mainly: blue. Hex color #2F2571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2571 is #D0DA8E. Grayscale: #303030. Windows color (decimal): -13687439 or 7415087. OLE color: 7415087.

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

Color convert

RGB 47 37 113 -
CMYK 0.58 0.67 0 0.56
HSL 247.89º 0.51% 0.29% -
HSV(B) 247.89º 0.67% 0.44% -
XYZ 4.81 3.12 15.97 -
YUV 48.65 164.31 126.82 -
System Red Green Blue C M Y K H S L
Decimal 47 37 113 0.58 0.67 0 0.56 247.89 0.51 0.29
Hex 2F 25 71 3A 43 0 38 F8 33 1D
Octal 57 45 161 72 103 0 70 370 63 35
Binary 101111 100101 1110001 111010 1000011 0 111000 11111000 110011 11101

Color Harmonies of #2F2571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2571

Black with #2F2571

Text Example


Text Example

White with #2F2571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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