Html Css Color HEX #2C205B Paris M

📋 copy color: '#2C205B'

red 44 ◦ green 32 ◦ blue 91

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

Shades of Paris M #2C205B

Tints of Paris M #2C205B

RGB

 RED value IS 44 (17.58% from 255) = 26.35%

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

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

R = 26.35%
G = 19.16%
B = 54.49%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2C205B (or 0x2C205B) is known color: Paris M. HEX triplet: 2C, 20 and 5B. RGB value is (44,32,91). Sum of RGB (Red+Green+Blue) = 44+32+91=167 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.35% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 91 (35.94% from 255 or 54.49% from 167); Max value from RGB is 91 - color contains mainly: blue. Hex color #2C205B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C205B is #D3DFA4. Grayscale: #2A2A2A. Windows color (decimal): -13885349 or 5972012. OLE color: 5972012.

HSL color Cylindrical-coordinate representation of color #2C205B: hue angle of 252.2º 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 #2C205B is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 44 32 91 -
CMYK 0.52 0.65 0 0.64
HSL 252.2º 0.48% 0.24% -
HSV(B) 252.2º 0.65% 0.36% -
XYZ 3.44 2.32 10.16 -
YUV 42.31 155.48 129.2 -
System Red Green Blue C M Y K H S L
Decimal 44 32 91 0.52 0.65 0 0.64 252.2 0.48 0.24
Hex 2C 20 5B 34 41 0 40 FC 30 18
Octal 54 40 133 64 101 0 100 374 60 30
Binary 101100 100000 1011011 110100 1000001 0 1000000 11111100 110000 11000

Color Harmonies of #2C205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C205B

Black with #2C205B

Text Example


Text Example

White with #2C205B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,32,91); }

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

background-color css

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

 a { background-color: rgb(44,32,91); }

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

border-color css

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

 span { border-color: rgb(44,32,91); }

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