Html Css Color HEX #2D215B Paris M

📋 copy color: '#2D215B'

red 45 ◦ green 33 ◦ blue 91

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

Shades of Paris M #2D215B

Tints of Paris M #2D215B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.53%

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

R = 26.63%
G = 19.53%
B = 53.85%

CMYK

 C value IS 0.51

 M value IS 0.64

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2D215B (or 0x2D215B) is known color: Paris M. HEX triplet: 2D, 21 and 5B. RGB value is (45,33,91). Sum of RGB (Red+Green+Blue) = 45+33+91=169 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.63% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 91 (35.94% from 255 or 53.85% from 169); Max value from RGB is 91 - color contains mainly: blue. Hex color #2D215B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D215B is #D2DEA4. Grayscale: #2A2A2A. Windows color (decimal): -13819557 or 5972269. OLE color: 5972269.

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

Color convert

RGB 45 33 91 -
CMYK 0.51 0.64 0 0.64
HSL 252.41º 0.47% 0.24% -
HSV(B) 252.41º 0.64% 0.36% -
XYZ 3.51 2.4 10.18 -
YUV 43.2 154.98 129.28 -
System Red Green Blue C M Y K H S L
Decimal 45 33 91 0.51 0.64 0 0.64 252.41 0.47 0.24
Hex 2D 21 5B 33 40 0 40 FC 2F 18
Octal 55 41 133 63 100 0 100 374 57 30
Binary 101101 100001 1011011 110011 1000000 0 1000000 11111100 101111 11000

Color Harmonies of #2D215B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D215B

Black with #2D215B

Text Example


Text Example

White with #2D215B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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