Html Css Color HEX #2D205E Paris M

📋 copy color: '#2D205E'

red 45 ◦ green 32 ◦ blue 94

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

Shades of Paris M #2D205E

Tints of Paris M #2D205E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.71%

 BLUE value IS 94 (37.11% from 255) = 54.97%

R = 26.32%
G = 18.71%
B = 54.97%

CMYK

 C value IS 0.52

 M value IS 0.66

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#2D205E (or 0x2D205E) is known color: Paris M. HEX triplet: 2D, 20 and 5E. RGB value is (45,32,94). Sum of RGB (Red+Green+Blue) = 45+32+94=171 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.32% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 94 (37.11% from 255 or 54.97% from 171); Max value from RGB is 94 - color contains mainly: blue. Hex color #2D205E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D205E is #D2DFA1. Grayscale: #2A2A2A. Windows color (decimal): -13819810 or 6168621. OLE color: 6168621.

HSL color Cylindrical-coordinate representation of color #2D205E: hue angle of 252.58º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D205E is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 45 32 94 -
CMYK 0.52 0.66 0 0.63
HSL 252.58º 0.49% 0.25% -
HSV(B) 252.58º 0.66% 0.37% -
XYZ 3.62 2.4 10.86 -
YUV 42.96 156.81 129.46 -
System Red Green Blue C M Y K H S L
Decimal 45 32 94 0.52 0.66 0 0.63 252.58 0.49 0.25
Hex 2D 20 5E 34 42 0 3F FD 31 19
Octal 55 40 136 64 102 0 77 375 61 31
Binary 101101 100000 1011110 110100 1000010 0 111111 11111101 110001 11001

Color Harmonies of #2D205E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D205E

Black with #2D205E

Text Example


Text Example

White with #2D205E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,32,94); }

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

background-color css

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

 a { background-color: rgb(45,32,94); }

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

border-color css

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

 span { border-color: rgb(45,32,94); }

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