Html Css Color HEX #2D1D59 Paris M

📋 copy color: '#2D1D59'

red 45 ◦ green 29 ◦ blue 89

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

Shades of Paris M #2D1D59

Tints of Paris M #2D1D59

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.79%

 BLUE value IS 89 (35.16% from 255) = 54.6%

R = 27.61%
G = 17.79%
B = 54.6%

CMYK

 C value IS 0.49

 M value IS 0.67

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2D1D59 (or 0x2D1D59) is known color: Paris M. HEX triplet: 2D, 1D and 59. RGB value is (45,29,89). Sum of RGB (Red+Green+Blue) = 45+29+89=163 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.61% from 163); Green value is 29 (11.72% from 255 or 17.79% from 163); Blue value is 89 (35.16% from 255 or 54.60% from 163); Max value from RGB is 89 - color contains mainly: blue. Hex color #2D1D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D1D59 is #D2E2A6. Grayscale: #282828. Windows color (decimal): -13820583 or 5840173. OLE color: 5840173.

HSL color Cylindrical-coordinate representation of color #2D1D59: hue angle of 256º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D1D59 is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 45 29 89 -
CMYK 0.49 0.67 0 0.65
HSL 256º 0.51% 0.23% -
HSV(B) 256º 0.67% 0.35% -
XYZ 3.32 2.16 9.69 -
YUV 40.62 155.3 131.12 -
System Red Green Blue C M Y K H S L
Decimal 45 29 89 0.49 0.67 0 0.65 256 0.51 0.23
Hex 2D 1D 59 31 43 0 41 100 33 17
Octal 55 35 131 61 103 0 101 400 63 27
Binary 101101 11101 1011001 110001 1000011 0 1000001 100000000 110011 10111

Color Harmonies of #2D1D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1D59

Black with #2D1D59

Text Example


Text Example

White with #2D1D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,29,89); }

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

background-color css

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

 a { background-color: rgb(45,29,89); }

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

border-color css

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

 span { border-color: rgb(45,29,89); }

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