Html Css Color HEX #292562 Paris M

📋 copy color: '#292562'

red 41 ◦ green 37 ◦ blue 98

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

Shades of Paris M #292562

Tints of Paris M #292562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 55.68%

R = 23.3%
G = 21.02%
B = 55.68%

CMYK

 C value IS 0.58

 M value IS 0.62

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#292562 (or 0x292562) is known color: Paris M. HEX triplet: 29, 25 and 62. RGB value is (41,37,98). Sum of RGB (Red+Green+Blue) = 41+37+98=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 98 (38.67% from 255 or 55.68% from 176); Max value from RGB is 98 - color contains mainly: blue. Hex color #292562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292562 is #D6DA9D. Grayscale: #2C2C2C. Windows color (decimal): -14080670 or 6432041. OLE color: 6432041.

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

Color convert

RGB 41 37 98 -
CMYK 0.58 0.62 0 0.62
HSL 243.93º 0.45% 0.26% -
HSV(B) 243.93º 0.62% 0.38% -
XYZ 3.78 2.68 11.87 -
YUV 45.15 157.83 125.04 -
System Red Green Blue C M Y K H S L
Decimal 41 37 98 0.58 0.62 0 0.62 243.93 0.45 0.26
Hex 29 25 62 3A 3E 0 3E F4 2D 1A
Octal 51 45 142 72 76 0 76 364 55 32
Binary 101001 100101 1100010 111010 111110 0 111110 11110100 101101 11010

Color Harmonies of #292562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292562

Black with #292562

Text Example


Text Example

White with #292562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292562; }

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

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

background-color css

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

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

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

border-color css

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

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

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