Html Css Color HEX #2C2061 Paris M

📋 copy color: '#2C2061'

red 44 ◦ green 32 ◦ blue 97

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

Shades of Paris M #2C2061

Tints of Paris M #2C2061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 56.07%

R = 25.43%
G = 18.5%
B = 56.07%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2C2061 (or 0x2C2061) is known color: Paris M. HEX triplet: 2C, 20 and 61. RGB value is (44,32,97). Sum of RGB (Red+Green+Blue) = 44+32+97=173 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.43% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 97 (38.28% from 255 or 56.07% from 173); Max value from RGB is 97 - color contains mainly: blue. Hex color #2C2061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2061 is #D3DF9E. Grayscale: #2A2A2A. Windows color (decimal): -13885343 or 6365228. OLE color: 6365228.

HSL color Cylindrical-coordinate representation of color #2C2061: hue angle of 251.08º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C2061 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 44 32 97 -
CMYK 0.55 0.67 0 0.62
HSL 251.08º 0.5% 0.25% -
HSV(B) 251.08º 0.67% 0.38% -
XYZ 3.71 2.43 11.58 -
YUV 43 158.48 128.71 -
System Red Green Blue C M Y K H S L
Decimal 44 32 97 0.55 0.67 0 0.62 251.08 0.5 0.25
Hex 2C 20 61 37 43 0 3E FB 32 19
Octal 54 40 141 67 103 0 76 373 62 31
Binary 101100 100000 1100001 110111 1000011 0 111110 11111011 110010 11001

Color Harmonies of #2C2061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C2061

Black with #2C2061

Text Example


Text Example

White with #2C2061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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