#292462

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

Shades of Paris M #292462

Tints of Paris M #292462

Color information

#292462 (or 0x292462) is unknown color: approx Paris M. HEX triplet: 29, 24 and 62. RGB value is (41,36,98). Sum of RGB (Red+Green+Blue) = 41+36+98=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 98 (38.67% from 255 or 56% from 175); Max value from RGB is 98 - color contains mainly: blue. Hex color #292462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292462 is #D6DB9D. Grayscale: #2C2C2C. Windows color (decimal): -14080926 or 6431785. OLE color: 6431785.

HSL color Cylindrical-coordinate representation of color #292462: hue angle of 244.84º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #292462 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB413698-
CMYK0.580.6300.62
HSL244.84º46.27%26.27%-
HSV(B)244.84º63.27%38.43%-
XYZ3.752.6211.86-
YUV44.56158.16125.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.43%
GREEN value IS 36 (14.45% from 255) = 20.57%
BLUE value IS 98 (38.67% from 255) = 56%
R=23.43%
G=20.57%
B=56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4136980.580.6300.62244.8446.2726.27
Hex2924623A3F03Ef52e1a
Octal514414272770763655632
Binary101001100100110001011101011111101111101111010110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292462; }

 p { color: rgb(41,36,98); }

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

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

 a { background-color: rgb(41,36,98); }

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

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

 span { border-color: rgb(41,36,98); }

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