#2A2860

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

Shades of Paris M #2A2860

Tints of Paris M #2A2860

Color information

#2A2860 (or 0x2A2860) is unknown color: approx Paris M. HEX triplet: 2A, 28 and 60. RGB value is (42,40,96). Sum of RGB (Red+Green+Blue) = 42+40+96=178 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.60% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 96 (37.89% from 255 or 53.93% from 178); Max value from RGB is 96 - color contains mainly: blue. Hex color #2A2860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2860 is #D5D79F. Grayscale: #2E2E2E. Windows color (decimal): -14014368 or 6301738. OLE color: 6301738.

HSL color Cylindrical-coordinate representation of color #2A2860: hue angle of 242.14º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A2860 is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB424096-
CMYK0.560.5800.62
HSL242.14º41.18%26.67%-
HSV(B)242.14º58.33%37.65%-
XYZ3.822.8511.42-
YUV46.98155.66124.45-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.60%
GREEN value IS 40 (16.02% from 255) = 22.47%
BLUE value IS 96 (37.89% from 255) = 53.93%
R=23.60%
G=22.47%
B=53.93%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4240960.560.5800.62242.1441.1826.67
Hex2A2860383A03Ef2291b
Octal525014070720763625133
Binary101010101000110000011100011101001111101111001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,40,96); }

 H1.HeaderClassName
 {
   color: #2A2860;
 }
 .AnyTagClassName
 {
   color: #2A2860;
 }
</style>
background-color css

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

 a { background-color: rgb(42,40,96); }

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

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

 span { border-color: rgb(42,40,96); }

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