Html Css Color HEX #292862 Paris M

📋 copy color: '#292862'

red 41 ◦ green 40 ◦ blue 98

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

Shades of Paris M #292862

Tints of Paris M #292862

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.35%

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

R = 22.91%
G = 22.35%
B = 54.75%

CMYK

 C value IS 0.58

 M value IS 0.59

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#292862 (or 0x292862) is known color: Paris M. HEX triplet: 29, 28 and 62. RGB value is (41,40,98). Sum of RGB (Red+Green+Blue) = 41+40+98=179 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.91% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 98 (38.67% from 255 or 54.75% from 179); Max value from RGB is 98 - color contains mainly: blue. Hex color #292862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292862 is #D6D79D. Grayscale: #2E2E2E. Windows color (decimal): -14079902 or 6432809. OLE color: 6432809.

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

Color convert

RGB 41 40 98 -
CMYK 0.58 0.59 0 0.62
HSL 241.03º 0.42% 0.27% -
HSV(B) 241.03º 0.59% 0.38% -
XYZ 3.88 2.87 11.91 -
YUV 46.91 156.83 123.78 -
System Red Green Blue C M Y K H S L
Decimal 41 40 98 0.58 0.59 0 0.62 241.03 0.42 0.27
Hex 29 28 62 3A 3B 0 3E F1 2A 1B
Octal 51 50 142 72 73 0 76 361 52 33
Binary 101001 101000 1100010 111010 111011 0 111110 11110001 101010 11011

Color Harmonies of #292862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292862

Black with #292862

Text Example


Text Example

White with #292862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292862; }

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

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

background-color css

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

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

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

border-color css

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

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

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