#2A1767

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

Shades of Paris M #2A1767

Tints of Paris M #2A1767

Color information

#2A1767 (or 0x2A1767) is unknown color: approx Paris M. HEX triplet: 2A, 17 and 67. RGB value is (42,23,103). Sum of RGB (Red+Green+Blue) = 42+23+103=168 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 103 (40.62% from 255 or 61.31% from 168); Max value from RGB is 103 - color contains mainly: blue. Hex color #2A1767 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A1767 is #D5E898. Grayscale: #252525. Windows color (decimal): -14018713 or 6756138. OLE color: 6756138.

HSL color Cylindrical-coordinate representation of color #2A1767: hue angle of 254.25º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A1767 is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4223103-
CMYK0.590.7800.60
HSL254.25º63.49%24.71%-
HSV(B)254.25º77.67%40.39%-
XYZ3.712.0813.04-
YUV37.8164.79131-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25%
GREEN value IS 23 (9.38% from 255) = 13.69%
BLUE value IS 103 (40.62% from 255) = 61.31%
R=25%
G=13.69%
B=61.31%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal42231030.590.7800.60254.2563.4924.71
Hex2A17673B4E03Cfe3f19
Octal5227147731160743767731
Binary101010101111100111111011100111001111001111111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,23,103); }

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

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

 a { background-color: rgb(42,23,103); }

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

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

 span { border-color: rgb(42,23,103); }

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