Html Css Color HEX #292864 Paris M

📋 copy color: '#292864'

red 41 ◦ green 40 ◦ blue 100

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

Shades of Paris M #292864

Tints of Paris M #292864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 55.25%

R = 22.65%
G = 22.1%
B = 55.25%

CMYK

 C value IS 0.59

 M value IS 0.6

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#292864 (or 0x292864) is known color: Paris M. HEX triplet: 29, 28 and 64. RGB value is (41,40,100). Sum of RGB (Red+Green+Blue) = 41+40+100=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 100 (39.45% from 255 or 55.25% from 181); Max value from RGB is 100 - color contains mainly: blue. Hex color #292864 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292864 is #D6D79B. Grayscale: #2E2E2E. Windows color (decimal): -14079900 or 6563881. OLE color: 6563881.

HSL color Cylindrical-coordinate representation of color #292864: hue angle of 241º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #292864 is Cyan = 0.59, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 41 40 100 -
CMYK 0.59 0.6 0 0.61
HSL 241º 0.43% 0.27% -
HSV(B) 241º 0.6% 0.39% -
XYZ 3.97 2.91 12.41 -
YUV 47.14 157.83 123.62 -
System Red Green Blue C M Y K H S L
Decimal 41 40 100 0.59 0.6 0 0.61 241 0.43 0.27
Hex 29 28 64 3B 3C 0 3D F1 2B 1B
Octal 51 50 144 73 74 0 75 361 53 33
Binary 101001 101000 1100100 111011 111100 0 111101 11110001 101011 11011

Color Harmonies of #292864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292864

Black with #292864

Text Example


Text Example

White with #292864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292864; }

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

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

background-color css

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

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

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

border-color css

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

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

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