Html Css Color HEX #292569 Paris M

📋 copy color: '#292569'

red 41 ◦ green 37 ◦ blue 105

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

Shades of Paris M #292569

Tints of Paris M #292569

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.22%

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

R = 22.4%
G = 20.22%
B = 57.38%

CMYK

 C value IS 0.61

 M value IS 0.65

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#292569 (or 0x292569) is known color: Paris M. HEX triplet: 29, 25 and 69. RGB value is (41,37,105). Sum of RGB (Red+Green+Blue) = 41+37+105=183 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.40% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 105 (41.41% from 255 or 57.38% from 183); Max value from RGB is 105 - color contains mainly: blue. Hex color #292569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292569 is #D6DA96. Grayscale: #2D2D2D. Windows color (decimal): -14080663 or 6890793. OLE color: 6890793.

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

Color convert

RGB 41 37 105 -
CMYK 0.61 0.65 0 0.59
HSL 243.53º 0.48% 0.28% -
HSV(B) 243.53º 0.65% 0.41% -
XYZ 4.13 2.81 13.69 -
YUV 45.95 161.33 124.47 -
System Red Green Blue C M Y K H S L
Decimal 41 37 105 0.61 0.65 0 0.59 243.53 0.48 0.28
Hex 29 25 69 3D 41 0 3B F4 30 1C
Octal 51 45 151 75 101 0 73 364 60 34
Binary 101001 100101 1101001 111101 1000001 0 111011 11110100 110000 11100

Color Harmonies of #292569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292569

Black with #292569

Text Example


Text Example

White with #292569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292569; }

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

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

background-color css

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

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

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

border-color css

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

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

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