Html Css Color HEX #292062 Paris M

📋 copy color: '#292062'

red 41 ◦ green 32 ◦ blue 98

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

Shades of Paris M #292062

Tints of Paris M #292062

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.71%

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

R = 23.98%
G = 18.71%
B = 57.31%

CMYK

 C value IS 0.58

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#292062 (or 0x292062) is known color: Paris M. HEX triplet: 29, 20 and 62. RGB value is (41,32,98). Sum of RGB (Red+Green+Blue) = 41+32+98=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 98 (38.67% from 255 or 57.31% from 171); Max value from RGB is 98 - color contains mainly: blue. Hex color #292062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292062 is #D6DF9D. Grayscale: #292929. Windows color (decimal): -14081950 or 6430761. OLE color: 6430761.

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

Color convert

RGB 41 32 98 -
CMYK 0.58 0.67 0 0.62
HSL 248.18º 0.51% 0.25% -
HSV(B) 248.18º 0.67% 0.38% -
XYZ 3.64 2.39 11.82 -
YUV 42.22 159.48 127.13 -
System Red Green Blue C M Y K H S L
Decimal 41 32 98 0.58 0.67 0 0.62 248.18 0.51 0.25
Hex 29 20 62 3A 43 0 3E F8 33 19
Octal 51 40 142 72 103 0 76 370 63 31
Binary 101001 100000 1100010 111010 1000011 0 111110 11111000 110011 11001

Color Harmonies of #292062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292062

Black with #292062

Text Example


Text Example

White with #292062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292062; }

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

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

background-color css

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

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

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

border-color css

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

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

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