#292166

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

Shades of Paris M #292166

Tints of Paris M #292166

Color information

#292166 (or 0x292166) is unknown color: approx Paris M. HEX triplet: 29, 21 and 66. RGB value is (41,33,102). Sum of RGB (Red+Green+Blue) = 41+33+102=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 102 (40.23% from 255 or 57.95% from 176); Max value from RGB is 102 - color contains mainly: blue. Hex color #292166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292166 is #D6DE99. Grayscale: #2A2A2A. Windows color (decimal): -14081690 or 6693161. OLE color: 6693161.

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

Color convert

RGB4133102-
CMYK0.600.6800.6
HSL246.96º51.11%26.47%-
HSV(B)246.96º67.65%40%-
XYZ3.862.5212.85-
YUV43.26161.15126.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.30%
GREEN value IS 33 (13.28% from 255) = 18.75%
BLUE value IS 102 (40.23% from 255) = 57.95%
R=23.30%
G=18.75%
B=57.95%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal41331020.600.6800.6246.9651.1126.47
Hex2921663C4403Cf7331a
Octal5141146741040743676332
Binary1010011000011100110111100100010001111001111011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292166; }

 p { color: rgb(41,33,102); }

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

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

 a { background-color: rgb(41,33,102); }

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

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

 span { border-color: rgb(41,33,102); }

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