#2C2060

Color #2C2060 Paris M (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris M #2C2060

Tints of Paris M #2C2060

Color information

#2C2060 (or 0x2C2060) is unknown color: approx 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

RGB443296-
CMYK0.540.6700.62
HSL251.25º50%25.1%-
HSV(B)251.25º66.67%37.65%-
XYZ3.672.4111.34-
YUV42.88157.98128.8-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25.58%
GREEN value IS 32 (12.89% from 255) = 18.60%
BLUE value IS 96 (37.89% from 255) = 55.81%
R=25.58%
G=18.60%
B=55.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4432960.540.6700.62251.255025.1
Hex2C2060364303Efb3219
Octal5440140661030763736231
Binary1011001000001100000110110100001101111101111101111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>