#291A67

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

Shades of Paris M #291A67

Tints of Paris M #291A67

Color information

#291A67 (or 0x291A67) is unknown color: approx Paris M. HEX triplet: 29, 1A and 67. RGB value is (41,26,103). Sum of RGB (Red+Green+Blue) = 41+26+103=170 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.12% from 170); Green value is 26 (10.55% from 255 or 15.29% from 170); Blue value is 103 (40.62% from 255 or 60.59% from 170); Max value from RGB is 103 - color contains mainly: blue. Hex color #291A67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291A67 is #D6E598. Grayscale: #262626. Windows color (decimal): -14083481 or 6756905. OLE color: 6756905.

HSL color Cylindrical-coordinate representation of color #291A67: hue angle of 251.69º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #291A67 is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4126103-
CMYK0.600.7500.60
HSL251.69º59.69%25.29%-
HSV(B)251.69º74.76%40.39%-
XYZ3.732.1913.06-
YUV39.26163.97129.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.12%
GREEN value IS 26 (10.55% from 255) = 15.29%
BLUE value IS 103 (40.62% from 255) = 60.59%
R=24.12%
G=15.29%
B=60.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41261030.600.7500.60251.6959.6925.29
Hex291A673C4B03Cfc3c19
Octal5132147741130743747431
Binary101001110101100111111100100101101111001111110011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291A67; }

 p { color: rgb(41,26,103); }

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

<style>
 a { background-color: #291A67; }

 a { background-color: rgb(41,26,103); }

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

<style>
 span { border-color: #291A67; }

 span { border-color: rgb(41,26,103); }

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