Html Css Color HEX #2F2257 Paris M

📋 copy color: '#2F2257'

red 47 ◦ green 34 ◦ blue 87

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

Shades of Paris M #2F2257

Tints of Paris M #2F2257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 51.79%

R = 27.98%
G = 20.24%
B = 51.79%

CMYK

 C value IS 0.46

 M value IS 0.61

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#2F2257 (or 0x2F2257) is known color: Paris M. HEX triplet: 2F, 22 and 57. RGB value is (47,34,87). Sum of RGB (Red+Green+Blue) = 47+34+87=168 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.98% from 168); Green value is 34 (13.67% from 255 or 20.24% from 168); Blue value is 87 (34.38% from 255 or 51.79% from 168); Max value from RGB is 87 - color contains mainly: blue. Hex color #2F2257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2257 is #D0DDA8. Grayscale: #2B2B2B. Windows color (decimal): -13688233 or 5710383. OLE color: 5710383.

HSL color Cylindrical-coordinate representation of color #2F2257: hue angle of 254.72º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F2257 is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 47 34 87 -
CMYK 0.46 0.61 0 0.66
HSL 254.72º 0.44% 0.24% -
HSV(B) 254.72º 0.61% 0.34% -
XYZ 3.46 2.44 9.3 -
YUV 43.93 152.31 130.19 -
System Red Green Blue C M Y K H S L
Decimal 47 34 87 0.46 0.61 0 0.66 254.72 0.44 0.24
Hex 2F 22 57 2E 3D 0 42 FF 2C 18
Octal 57 42 127 56 75 0 102 377 54 30
Binary 101111 100010 1010111 101110 111101 0 1000010 11111111 101100 11000

Color Harmonies of #2F2257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2257

Black with #2F2257

Text Example


Text Example

White with #2F2257

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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