Html Css Color HEX #292063 Paris M

📋 copy color: '#292063'

red 41 ◦ green 32 ◦ blue 99

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

Shades of Paris M #292063

Tints of Paris M #292063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 57.56%

R = 23.84%
G = 18.6%
B = 57.56%

CMYK

 C value IS 0.59

 M value IS 0.68

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#292063 (or 0x292063) is known color: Paris M. HEX triplet: 29, 20 and 63. RGB value is (41,32,99). Sum of RGB (Red+Green+Blue) = 41+32+99=172 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.84% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 99 (39.06% from 255 or 57.56% from 172); Max value from RGB is 99 - color contains mainly: blue. Hex color #292063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292063 is #D6DF9C. Grayscale: #2A2A2A. Windows color (decimal): -14081949 or 6496297. OLE color: 6496297.

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

Color convert

RGB 41 32 99 -
CMYK 0.59 0.68 0 0.61
HSL 248.06º 0.51% 0.26% -
HSV(B) 248.06º 0.68% 0.39% -
XYZ 3.68 2.41 12.07 -
YUV 42.33 159.98 127.05 -
System Red Green Blue C M Y K H S L
Decimal 41 32 99 0.59 0.68 0 0.61 248.06 0.51 0.26
Hex 29 20 63 3B 44 0 3D F8 33 1A
Octal 51 40 143 73 104 0 75 370 63 32
Binary 101001 100000 1100011 111011 1000100 0 111101 11111000 110011 11010

Color Harmonies of #292063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292063

Black with #292063

Text Example


Text Example

White with #292063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292063; }

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

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

background-color css

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

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

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

border-color css

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

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

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