Html Css Color HEX #2D1F5D Paris M

📋 copy color: '#2D1F5D'

red 45 ◦ green 31 ◦ blue 93

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

Shades of Paris M #2D1F5D

Tints of Paris M #2D1F5D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.34%

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

R = 26.63%
G = 18.34%
B = 55.03%

CMYK

 C value IS 0.52

 M value IS 0.67

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2D1F5D (or 0x2D1F5D) is known color: Paris M. HEX triplet: 2D, 1F and 5D. RGB value is (45,31,93). Sum of RGB (Red+Green+Blue) = 45+31+93=169 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.63% from 169); Green value is 31 (12.5% from 255 or 18.34% from 169); Blue value is 93 (36.72% from 255 or 55.03% from 169); Max value from RGB is 93 - color contains mainly: blue. Hex color #2D1F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D1F5D is #D2E0A2. Grayscale: #2A2A2A. Windows color (decimal): -13820067 or 6102829. OLE color: 6102829.

HSL color Cylindrical-coordinate representation of color #2D1F5D: hue angle of 253.55º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D1F5D is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 45 31 93 -
CMYK 0.52 0.67 0 0.64
HSL 253.55º 0.5% 0.24% -
HSV(B) 253.55º 0.67% 0.36% -
XYZ 3.55 2.33 10.62 -
YUV 42.25 156.64 129.96 -
System Red Green Blue C M Y K H S L
Decimal 45 31 93 0.52 0.67 0 0.64 253.55 0.5 0.24
Hex 2D 1F 5D 34 43 0 40 FE 32 18
Octal 55 37 135 64 103 0 100 376 62 30
Binary 101101 11111 1011101 110100 1000011 0 1000000 11111110 110010 11000

Color Harmonies of #2D1F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1F5D

Black with #2D1F5D

Text Example


Text Example

White with #2D1F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,31,93); }

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

background-color css

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

 a { background-color: rgb(45,31,93); }

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

border-color css

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

 span { border-color: rgb(45,31,93); }

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