Html Css Color HEX #292469 Paris M

📋 copy color: '#292469'

red 41 ◦ green 36 ◦ blue 105

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

Shades of Paris M #292469

Tints of Paris M #292469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 57.69%

R = 22.53%
G = 19.78%
B = 57.69%

CMYK

 C value IS 0.61

 M value IS 0.66

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#292469 (or 0x292469) is known color: Paris M. HEX triplet: 29, 24 and 69. RGB value is (41,36,105). Sum of RGB (Red+Green+Blue) = 41+36+105=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 36 (14.45% from 255 or 19.78% from 182); Blue value is 105 (41.41% from 255 or 57.69% from 182); Max value from RGB is 105 - color contains mainly: blue. Hex color #292469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292469 is #D6DB96. Grayscale: #2D2D2D. Windows color (decimal): -14080919 or 6890537. OLE color: 6890537.

HSL color Cylindrical-coordinate representation of color #292469: hue angle of 244.35º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #292469 is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 41 36 105 -
CMYK 0.61 0.66 0 0.59
HSL 244.35º 0.49% 0.28% -
HSV(B) 244.35º 0.66% 0.41% -
XYZ 4.1 2.75 13.68 -
YUV 45.36 161.66 124.89 -
System Red Green Blue C M Y K H S L
Decimal 41 36 105 0.61 0.66 0 0.59 244.35 0.49 0.28
Hex 29 24 69 3D 42 0 3B F4 31 1C
Octal 51 44 151 75 102 0 73 364 61 34
Binary 101001 100100 1101001 111101 1000010 0 111011 11110100 110001 11100

Color Harmonies of #292469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292469

Black with #292469

Text Example


Text Example

White with #292469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292469; }

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

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

background-color css

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

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

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

border-color css

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

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

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