Html Css Color HEX #292466 Paris M

📋 copy color: '#292466'

red 41 ◦ green 36 ◦ blue 102

#292466
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris M #292466

Tints of Paris M #292466

RGB

 RED value IS 41 (16.41% from 255) = 22.91%

 GREEN value IS 36 (14.45% from 255) = 20.11%

 BLUE value IS 102 (40.23% from 255) = 56.98%

R = 22.91%
G = 20.11%
B = 56.98%

CMYK

 C value IS 0.60

 M value IS 0.65

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#292466 (or 0x292466) is known color: Paris M. HEX triplet: 29, 24 and 66. RGB value is (41,36,102). Sum of RGB (Red+Green+Blue) = 41+36+102=179 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.91% from 179); Green value is 36 (14.45% from 255 or 20.11% from 179); Blue value is 102 (40.23% from 255 or 56.98% from 179); Max value from RGB is 102 - color contains mainly: blue. Hex color #292466 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292466 is #D6DB99. Grayscale: #2C2C2C. Windows color (decimal): -14080922 or 6693929. OLE color: 6693929.

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

Color convert

RGB 41 36 102 -
CMYK 0.60 0.65 0 0.6
HSL 244.55º 0.48% 0.27% -
HSV(B) 244.55º 0.65% 0.4% -
XYZ 3.94 2.69 12.88 -
YUV 45.02 160.16 125.13 -
System Red Green Blue C M Y K H S L
Decimal 41 36 102 0.60 0.65 0 0.6 244.55 0.48 0.27
Hex 29 24 66 3C 41 0 3C F5 30 1B
Octal 51 44 146 74 101 0 74 365 60 33
Binary 101001 100100 1100110 111100 1000001 0 111100 11110101 110000 11011

Color Harmonies of #292466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292466

Black with #292466

Text Example


Text Example

White with #292466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292466; }

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

 H1.HeaderClassName
 {
   color: #292466;
 }
 .AnyTagClassName
 {
   color: #292466;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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