Html Css Color HEX #2D205C Paris M

📋 copy color: '#2D205C'

red 45 ◦ green 32 ◦ blue 92

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

Shades of Paris M #2D205C

Tints of Paris M #2D205C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 54.44%

R = 26.63%
G = 18.93%
B = 54.44%

CMYK

 C value IS 0.51

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2D205C (or 0x2D205C) is known color: Paris M. HEX triplet: 2D, 20 and 5C. RGB value is (45,32,92). Sum of RGB (Red+Green+Blue) = 45+32+92=169 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.63% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 92 (36.33% from 255 or 54.44% from 169); Max value from RGB is 92 - color contains mainly: blue. Hex color #2D205C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D205C is #D2DFA3. Grayscale: #2A2A2A. Windows color (decimal): -13819812 or 6037549. OLE color: 6037549.

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

Color convert

RGB 45 32 92 -
CMYK 0.51 0.65 0 0.64
HSL 253º 0.48% 0.24% -
HSV(B) 253º 0.65% 0.36% -
XYZ 3.53 2.36 10.4 -
YUV 42.73 155.81 129.62 -
System Red Green Blue C M Y K H S L
Decimal 45 32 92 0.51 0.65 0 0.64 253 0.48 0.24
Hex 2D 20 5C 33 41 0 40 FD 30 18
Octal 55 40 134 63 101 0 100 375 60 30
Binary 101101 100000 1011100 110011 1000001 0 1000000 11111101 110000 11000

Color Harmonies of #2D205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D205C

Black with #2D205C

Text Example


Text Example

White with #2D205C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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