Html Css Color HEX #2F2C5F Paris M

📋 copy color: '#2F2C5F'

red 47 ◦ green 44 ◦ blue 95

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

Shades of Paris M #2F2C5F

Tints of Paris M #2F2C5F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 23.66%

 BLUE value IS 95 (37.5% from 255) = 51.08%

R = 25.27%
G = 23.66%
B = 51.08%

CMYK

 C value IS 0.51

 M value IS 0.54

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#2F2C5F (or 0x2F2C5F) is known color: Paris M. HEX triplet: 2F, 2C and 5F. RGB value is (47,44,95). Sum of RGB (Red+Green+Blue) = 47+44+95=186 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.27% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 95 (37.5% from 255 or 51.08% from 186); Max value from RGB is 95 - color contains mainly: blue. Hex color #2F2C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2C5F is #D0D3A0. Grayscale: #323232. Windows color (decimal): -13685665 or 6237231. OLE color: 6237231.

HSL color Cylindrical-coordinate representation of color #2F2C5F: hue angle of 243.53º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2F2C5F is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 47 44 95 -
CMYK 0.51 0.54 0 0.63
HSL 243.53º 0.37% 0.27% -
HSV(B) 243.53º 0.54% 0.37% -
XYZ 4.14 3.23 11.23 -
YUV 50.71 152.99 125.35 -
System Red Green Blue C M Y K H S L
Decimal 47 44 95 0.51 0.54 0 0.63 243.53 0.37 0.27
Hex 2F 2C 5F 33 36 0 3F F4 25 1B
Octal 57 54 137 63 66 0 77 364 45 33
Binary 101111 101100 1011111 110011 110110 0 111111 11110100 100101 11011

Color Harmonies of #2F2C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2C5F

Black with #2F2C5F

Text Example


Text Example

White with #2F2C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,44,95); }

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

background-color css

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

 a { background-color: rgb(47,44,95); }

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

border-color css

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

 span { border-color: rgb(47,44,95); }

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