Html Css Color HEX #2F2573 Paris M

📋 copy color: '#2F2573'

red 47 ◦ green 37 ◦ blue 115

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

Shades of Paris M #2F2573

Tints of Paris M #2F2573

RGB

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

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

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

R = 23.62%
G = 18.59%
B = 57.79%

CMYK

 C value IS 0.59

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2F2573 (or 0x2F2573) is known color: Paris M. HEX triplet: 2F, 25 and 73. RGB value is (47,37,115). Sum of RGB (Red+Green+Blue) = 47+37+115=199 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.62% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 115 (45.31% from 255 or 57.79% from 199); Max value from RGB is 115 - color contains mainly: blue. Hex color #2F2573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2573 is #D0DA8C. Grayscale: #303030. Windows color (decimal): -13687437 or 7546159. OLE color: 7546159.

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

Color convert

RGB 47 37 115 -
CMYK 0.59 0.68 0 0.55
HSL 247.69º 0.51% 0.3% -
HSV(B) 247.69º 0.68% 0.45% -
XYZ 4.93 3.17 16.57 -
YUV 48.88 165.31 126.66 -
System Red Green Blue C M Y K H S L
Decimal 47 37 115 0.59 0.68 0 0.55 247.69 0.51 0.3
Hex 2F 25 73 3B 44 0 37 F8 33 1E
Octal 57 45 163 73 104 0 67 370 63 36
Binary 101111 100101 1110011 111011 1000100 0 110111 11111000 110011 11110

Color Harmonies of #2F2573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2573

Black with #2F2573

Text Example


Text Example

White with #2F2573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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