Html Css Color HEX #2F255D Paris M

📋 copy color: '#2F255D'

red 47 ◦ green 37 ◦ blue 93

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

Shades of Paris M #2F255D

Tints of Paris M #2F255D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.9%

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

R = 26.55%
G = 20.9%
B = 52.54%

CMYK

 C value IS 0.49

 M value IS 0.60

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2F255D (or 0x2F255D) is known color: Paris M. HEX triplet: 2F, 25 and 5D. RGB value is (47,37,93). Sum of RGB (Red+Green+Blue) = 47+37+93=177 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.55% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 93 (36.72% from 255 or 52.54% from 177); Max value from RGB is 93 - color contains mainly: blue. Hex color #2F255D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F255D is #D0DAA2. Grayscale: #2E2E2E. Windows color (decimal): -13687459 or 6104367. OLE color: 6104367.

HSL color Cylindrical-coordinate representation of color #2F255D: hue angle of 250.71º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2F255D is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 47 37 93 -
CMYK 0.49 0.60 0 0.64
HSL 250.71º 0.43% 0.25% -
HSV(B) 250.71º 0.6% 0.36% -
XYZ 3.81 2.72 10.68 -
YUV 46.37 154.31 128.45 -
System Red Green Blue C M Y K H S L
Decimal 47 37 93 0.49 0.60 0 0.64 250.71 0.43 0.25
Hex 2F 25 5D 31 3C 0 40 FB 2B 19
Octal 57 45 135 61 74 0 100 373 53 31
Binary 101111 100101 1011101 110001 111100 0 1000000 11111011 101011 11001

Color Harmonies of #2F255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F255D

Black with #2F255D

Text Example


Text Example

White with #2F255D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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