Html Css Color HEX #2F2173 Paris M

📋 copy color: '#2F2173'

red 47 ◦ green 33 ◦ blue 115

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

Shades of Paris M #2F2173

Tints of Paris M #2F2173

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.92%

 BLUE value IS 115 (45.31% from 255) = 58.97%

R = 24.1%
G = 16.92%
B = 58.97%

CMYK

 C value IS 0.59

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2F2173 (or 0x2F2173) is known color: Paris M. HEX triplet: 2F, 21 and 73. RGB value is (47,33,115). Sum of RGB (Red+Green+Blue) = 47+33+115=195 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.10% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 115 (45.31% from 255 or 58.97% from 195); Max value from RGB is 115 - color contains mainly: blue. Hex color #2F2173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2173 is #D0DE8C. Grayscale: #2E2E2E. Windows color (decimal): -13688461 or 7545135. OLE color: 7545135.

HSL color Cylindrical-coordinate representation of color #2F2173: hue angle of 250.24º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2F2173 is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 47 33 115 -
CMYK 0.59 0.71 0 0.55
HSL 250.24º 0.55% 0.29% -
HSV(B) 250.24º 0.71% 0.45% -
XYZ 4.81 2.93 16.53 -
YUV 46.53 166.64 128.33 -
System Red Green Blue C M Y K H S L
Decimal 47 33 115 0.59 0.71 0 0.55 250.24 0.55 0.29
Hex 2F 21 73 3B 47 0 37 FA 37 1D
Octal 57 41 163 73 107 0 67 372 67 35
Binary 101111 100001 1110011 111011 1000111 0 110111 11111010 110111 11101

Color Harmonies of #2F2173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2173

Black with #2F2173

Text Example


Text Example

White with #2F2173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,33,115); }

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

background-color css

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

 a { background-color: rgb(47,33,115); }

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

border-color css

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

 span { border-color: rgb(47,33,115); }

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