#2A256F

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

Shades of Paris M #2A256F

Tints of Paris M #2A256F

Color information

#2A256F (or 0x2A256F) is unknown color: approx Paris M. HEX triplet: 2A, 25 and 6F. RGB value is (42,37,111). Sum of RGB (Red+Green+Blue) = 42+37+111=190 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.11% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 111 (43.75% from 255 or 58.42% from 190); Max value from RGB is 111 - color contains mainly: blue. Hex color #2A256F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A256F is #D5DA90. Grayscale: #2E2E2E. Windows color (decimal): -14015121 or 7284010. OLE color: 7284010.

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

Color convert

RGB4237111-
CMYK0.620.6700.56
HSL244.05º50%29.02%-
HSV(B)244.05º66.67%43.53%-
XYZ4.492.9615.37-
YUV46.93164.16124.48-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.11%
GREEN value IS 37 (14.84% from 255) = 19.47%
BLUE value IS 111 (43.75% from 255) = 58.42%
R=22.11%
G=19.47%
B=58.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal42371110.620.6700.56244.055029.02
Hex2A256F3E43038f4321d
Octal5245157761030703646235
Binary1010101001011101111111110100001101110001111010011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A256F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,37,111); }

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

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

 a { background-color: rgb(42,37,111); }

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

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

 span { border-color: rgb(42,37,111); }

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