Html Css Color HEX #2D275B Paris M

📋 copy color: '#2D275B'

red 45 ◦ green 39 ◦ blue 91

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

Shades of Paris M #2D275B

Tints of Paris M #2D275B

RGB

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

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

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

R = 25.71%
G = 22.29%
B = 52%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2D275B (or 0x2D275B) is known color: Paris M. HEX triplet: 2D, 27 and 5B. RGB value is (45,39,91). Sum of RGB (Red+Green+Blue) = 45+39+91=175 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.71% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 91 (35.94% from 255 or 52% from 175); Max value from RGB is 91 - color contains mainly: blue. Hex color #2D275B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D275B is #D2D8A4. Grayscale: #2E2E2E. Windows color (decimal): -13818021 or 5973805. OLE color: 5973805.

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

Color convert

RGB 45 39 91 -
CMYK 0.51 0.57 0 0.64
HSL 246.92º 0.4% 0.25% -
HSV(B) 246.92º 0.57% 0.36% -
XYZ 3.7 2.76 10.24 -
YUV 46.72 152.99 126.77 -
System Red Green Blue C M Y K H S L
Decimal 45 39 91 0.51 0.57 0 0.64 246.92 0.4 0.25
Hex 2D 27 5B 33 39 0 40 F7 28 19
Octal 55 47 133 63 71 0 100 367 50 31
Binary 101101 100111 1011011 110011 111001 0 1000000 11110111 101000 11001

Color Harmonies of #2D275B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D275B

Black with #2D275B

Text Example


Text Example

White with #2D275B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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