Html Css Color HEX #2D205A Paris M

📋 copy color: '#2D205A'

red 45 ◦ green 32 ◦ blue 90

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

Shades of Paris M #2D205A

Tints of Paris M #2D205A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 53.89%

R = 26.95%
G = 19.16%
B = 53.89%

CMYK

 C value IS 0.50

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2D205A (or 0x2D205A) is known color: Paris M. HEX triplet: 2D, 20 and 5A. RGB value is (45,32,90). Sum of RGB (Red+Green+Blue) = 45+32+90=167 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.95% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 90 (35.55% from 255 or 53.89% from 167); Max value from RGB is 90 - color contains mainly: blue. Hex color #2D205A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D205A is #D2DFA5. Grayscale: #2A2A2A. Windows color (decimal): -13819814 or 5906477. OLE color: 5906477.

HSL color Cylindrical-coordinate representation of color #2D205A: hue angle of 253.45º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2D205A is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 45 32 90 -
CMYK 0.50 0.64 0 0.65
HSL 253.45º 0.48% 0.24% -
HSV(B) 253.45º 0.64% 0.35% -
XYZ 3.44 2.33 9.94 -
YUV 42.5 154.81 129.78 -
System Red Green Blue C M Y K H S L
Decimal 45 32 90 0.50 0.64 0 0.65 253.45 0.48 0.24
Hex 2D 20 5A 32 40 0 41 FD 30 18
Octal 55 40 132 62 100 0 101 375 60 30
Binary 101101 100000 1011010 110010 1000000 0 1000001 11111101 110000 11000

Color Harmonies of #2D205A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D205A

Black with #2D205A

Text Example


Text Example

White with #2D205A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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