Html Css Color HEX #2D275F Paris M

📋 copy color: '#2D275F'

red 45 ◦ green 39 ◦ blue 95

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

Shades of Paris M #2D275F

Tints of Paris M #2D275F

RGB

 RED value IS 45 (17.97% from 255) = 25.14%

 GREEN value IS 39 (15.63% from 255) = 21.79%

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

R = 25.14%
G = 21.79%
B = 53.07%

CMYK

 C value IS 0.53

 M value IS 0.59

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#2D275F (or 0x2D275F) is known color: Paris M. HEX triplet: 2D, 27 and 5F. RGB value is (45,39,95). Sum of RGB (Red+Green+Blue) = 45+39+95=179 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.14% from 179); Green value is 39 (15.62% from 255 or 21.79% from 179); Blue value is 95 (37.5% from 255 or 53.07% from 179); Max value from RGB is 95 - color contains mainly: blue. Hex color #2D275F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D275F is #D2D8A0. Grayscale: #2E2E2E. Windows color (decimal): -13818017 or 6235949. OLE color: 6235949.

HSL color Cylindrical-coordinate representation of color #2D275F: hue angle of 246.43º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2D275F is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 45 39 95 -
CMYK 0.53 0.59 0 0.63
HSL 246.43º 0.42% 0.26% -
HSV(B) 246.43º 0.59% 0.37% -
XYZ 3.87 2.84 11.17 -
YUV 47.18 154.99 126.45 -
System Red Green Blue C M Y K H S L
Decimal 45 39 95 0.53 0.59 0 0.63 246.43 0.42 0.26
Hex 2D 27 5F 35 3B 0 3F F6 2A 1A
Octal 55 47 137 65 73 0 77 366 52 32
Binary 101101 100111 1011111 110101 111011 0 111111 11110110 101010 11010

Color Harmonies of #2D275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D275F

Black with #2D275F

Text Example


Text Example

White with #2D275F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,39,95); }

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

background-color css

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

 a { background-color: rgb(45,39,95); }

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

border-color css

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

 span { border-color: rgb(45,39,95); }

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