Html Css Color HEX #2C2361 Paris M

📋 copy color: '#2C2361'

red 44 ◦ green 35 ◦ blue 97

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

Shades of Paris M #2C2361

Tints of Paris M #2C2361

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.89%

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

R = 25%
G = 19.89%
B = 55.11%

CMYK

 C value IS 0.55

 M value IS 0.64

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2C2361 (or 0x2C2361) is known color: Paris M. HEX triplet: 2C, 23 and 61. RGB value is (44,35,97). Sum of RGB (Red+Green+Blue) = 44+35+97=176 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25% from 176); Green value is 35 (14.06% from 255 or 19.89% from 176); Blue value is 97 (38.28% from 255 or 55.11% from 176); Max value from RGB is 97 - color contains mainly: blue. Hex color #2C2361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2361 is #D3DC9E. Grayscale: #2C2C2C. Windows color (decimal): -13884575 or 6365996. OLE color: 6365996.

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

Color convert

RGB 44 35 97 -
CMYK 0.55 0.64 0 0.62
HSL 248.71º 0.47% 0.26% -
HSV(B) 248.71º 0.64% 0.38% -
XYZ 3.8 2.6 11.61 -
YUV 44.76 157.48 127.46 -
System Red Green Blue C M Y K H S L
Decimal 44 35 97 0.55 0.64 0 0.62 248.71 0.47 0.26
Hex 2C 23 61 37 40 0 3E F9 2F 1A
Octal 54 43 141 67 100 0 76 371 57 32
Binary 101100 100011 1100001 110111 1000000 0 111110 11111001 101111 11010

Color Harmonies of #2C2361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C2361

Black with #2C2361

Text Example


Text Example

White with #2C2361

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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