Html Css Color HEX #292769 Paris M

📋 copy color: '#292769'

red 41 ◦ green 39 ◦ blue 105

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

Shades of Paris M #292769

Tints of Paris M #292769

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.08%

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

R = 22.16%
G = 21.08%
B = 56.76%

CMYK

 C value IS 0.61

 M value IS 0.63

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#292769 (or 0x292769) is known color: Paris M. HEX triplet: 29, 27 and 69. RGB value is (41,39,105). Sum of RGB (Red+Green+Blue) = 41+39+105=185 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.16% from 185); Green value is 39 (15.62% from 255 or 21.08% from 185); Blue value is 105 (41.41% from 255 or 56.76% from 185); Max value from RGB is 105 - color contains mainly: blue. Hex color #292769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292769 is #D6D896. Grayscale: #2E2E2E. Windows color (decimal): -14080151 or 6891305. OLE color: 6891305.

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

Color convert

RGB 41 39 105 -
CMYK 0.61 0.63 0 0.59
HSL 241.82º 0.46% 0.28% -
HSV(B) 241.82º 0.63% 0.41% -
XYZ 4.19 2.94 13.71 -
YUV 47.12 160.66 123.63 -
System Red Green Blue C M Y K H S L
Decimal 41 39 105 0.61 0.63 0 0.59 241.82 0.46 0.28
Hex 29 27 69 3D 3F 0 3B F2 2E 1C
Octal 51 47 151 75 77 0 73 362 56 34
Binary 101001 100111 1101001 111101 111111 0 111011 11110010 101110 11100

Color Harmonies of #292769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292769

Black with #292769

Text Example


Text Example

White with #292769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292769; }

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

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

background-color css

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

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

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

border-color css

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

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

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