Html Css Color HEX #2F2057 Paris M

📋 copy color: '#2F2057'

red 47 ◦ green 32 ◦ blue 87

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

Shades of Paris M #2F2057

Tints of Paris M #2F2057

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.28%

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

R = 28.31%
G = 19.28%
B = 52.41%

CMYK

 C value IS 0.46

 M value IS 0.63

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#2F2057 (or 0x2F2057) is known color: Paris M. HEX triplet: 2F, 20 and 57. RGB value is (47,32,87). Sum of RGB (Red+Green+Blue) = 47+32+87=166 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.31% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 87 (34.38% from 255 or 52.41% from 166); Max value from RGB is 87 - color contains mainly: blue. Hex color #2F2057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2057 is #D0DFA8. Grayscale: #2A2A2A. Windows color (decimal): -13688745 or 5709871. OLE color: 5709871.

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

Color convert

RGB 47 32 87 -
CMYK 0.46 0.63 0 0.66
HSL 256.36º 0.46% 0.23% -
HSV(B) 256.36º 0.63% 0.34% -
XYZ 3.41 2.33 9.29 -
YUV 42.76 152.97 131.03 -
System Red Green Blue C M Y K H S L
Decimal 47 32 87 0.46 0.63 0 0.66 256.36 0.46 0.23
Hex 2F 20 57 2E 3F 0 42 100 2E 17
Octal 57 40 127 56 77 0 102 400 56 27
Binary 101111 100000 1010111 101110 111111 0 1000010 100000000 101110 10111

Color Harmonies of #2F2057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2057

Black with #2F2057

Text Example


Text Example

White with #2F2057

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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