Html Css Color HEX #2F205B Paris M

📋 copy color: '#2F205B'

red 47 ◦ green 32 ◦ blue 91

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

Shades of Paris M #2F205B

Tints of Paris M #2F205B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 53.53%

R = 27.65%
G = 18.82%
B = 53.53%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2F205B (or 0x2F205B) is known color: Paris M. HEX triplet: 2F, 20 and 5B. RGB value is (47,32,91). Sum of RGB (Red+Green+Blue) = 47+32+91=170 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.65% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 91 (35.94% from 255 or 53.53% from 170); Max value from RGB is 91 - color contains mainly: blue. Hex color #2F205B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F205B is #D0DFA4. Grayscale: #2A2A2A. Windows color (decimal): -13688741 or 5972015. OLE color: 5972015.

HSL color Cylindrical-coordinate representation of color #2F205B: hue angle of 255.25º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F205B is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 47 32 91 -
CMYK 0.48 0.65 0 0.64
HSL 255.25º 0.48% 0.24% -
HSV(B) 255.25º 0.65% 0.36% -
XYZ 3.58 2.39 10.17 -
YUV 43.21 154.97 130.7 -
System Red Green Blue C M Y K H S L
Decimal 47 32 91 0.48 0.65 0 0.64 255.25 0.48 0.24
Hex 2F 20 5B 30 41 0 40 FF 30 18
Octal 57 40 133 60 101 0 100 377 60 30
Binary 101111 100000 1011011 110000 1000001 0 1000000 11111111 110000 11000

Color Harmonies of #2F205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F205B

Black with #2F205B

Text Example


Text Example

White with #2F205B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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