Html Css Color HEX #2C2060 Paris M

📋 copy color: '#2C2060'

red 44 ◦ green 32 ◦ blue 96

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

Shades of Paris M #2C2060

Tints of Paris M #2C2060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 55.81%

R = 25.58%
G = 18.6%
B = 55.81%

CMYK

 C value IS 0.54

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2C2060 (or 0x2C2060) is known color: Paris M. HEX triplet: 2C, 20 and 60. RGB value is (44,32,96). Sum of RGB (Red+Green+Blue) = 44+32+96=172 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.58% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 96 (37.89% from 255 or 55.81% from 172); Max value from RGB is 96 - color contains mainly: blue. Hex color #2C2060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2060 is #D3DF9F. Grayscale: #2A2A2A. Windows color (decimal): -13885344 or 6299692. OLE color: 6299692.

HSL color Cylindrical-coordinate representation of color #2C2060: hue angle of 251.25º 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 #2C2060 is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 44 32 96 -
CMYK 0.54 0.67 0 0.62
HSL 251.25º 0.5% 0.25% -
HSV(B) 251.25º 0.67% 0.38% -
XYZ 3.67 2.41 11.34 -
YUV 42.88 157.98 128.8 -
System Red Green Blue C M Y K H S L
Decimal 44 32 96 0.54 0.67 0 0.62 251.25 0.5 0.25
Hex 2C 20 60 36 43 0 3E FB 32 19
Octal 54 40 140 66 103 0 76 373 62 31
Binary 101100 100000 1100000 110110 1000011 0 111110 11111011 110010 11001

Color Harmonies of #2C2060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C2060

Black with #2C2060

Text Example


Text Example

White with #2C2060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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