Html Css Color HEX #2F295D Paris M

📋 copy color: '#2F295D'

red 47 ◦ green 41 ◦ blue 93

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

Shades of Paris M #2F295D

Tints of Paris M #2F295D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.65%

 BLUE value IS 93 (36.72% from 255) = 51.38%

R = 25.97%
G = 22.65%
B = 51.38%

CMYK

 C value IS 0.49

 M value IS 0.56

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2F295D (or 0x2F295D) is known color: Paris M. HEX triplet: 2F, 29 and 5D. RGB value is (47,41,93). Sum of RGB (Red+Green+Blue) = 47+41+93=181 (23% of max value = 765). Red value is 47 (18.75% from 255 or 25.97% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 93 (36.72% from 255 or 51.38% from 181); Max value from RGB is 93 - color contains mainly: blue. Hex color #2F295D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F295D is #D0D6A2. Grayscale: #303030. Windows color (decimal): -13686435 or 6105391. OLE color: 6105391.

HSL color Cylindrical-coordinate representation of color #2F295D: hue angle of 246.92º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F295D is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 47 41 93 -
CMYK 0.49 0.56 0 0.64
HSL 246.92º 0.39% 0.26% -
HSV(B) 246.92º 0.56% 0.36% -
XYZ 3.94 2.98 10.72 -
YUV 48.72 152.99 126.77 -
System Red Green Blue C M Y K H S L
Decimal 47 41 93 0.49 0.56 0 0.64 246.92 0.39 0.26
Hex 2F 29 5D 31 38 0 40 F7 27 1A
Octal 57 51 135 61 70 0 100 367 47 32
Binary 101111 101001 1011101 110001 111000 0 1000000 11110111 100111 11010

Color Harmonies of #2F295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F295D

Black with #2F295D

Text Example


Text Example

White with #2F295D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,41,93); }

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

background-color css

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

 a { background-color: rgb(47,41,93); }

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

border-color css

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

 span { border-color: rgb(47,41,93); }

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