Html Css Color HEX #292661 Paris M

📋 copy color: '#292661'

red 41 ◦ green 38 ◦ blue 97

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

Shades of Paris M #292661

Tints of Paris M #292661

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.59%

 BLUE value IS 97 (38.28% from 255) = 55.11%

R = 23.3%
G = 21.59%
B = 55.11%

CMYK

 C value IS 0.58

 M value IS 0.61

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#292661 (or 0x292661) is known color: Paris M. HEX triplet: 29, 26 and 61. RGB value is (41,38,97). Sum of RGB (Red+Green+Blue) = 41+38+97=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 97 (38.28% from 255 or 55.11% from 176); Max value from RGB is 97 - color contains mainly: blue. Hex color #292661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292661 is #D6D99E. Grayscale: #2D2D2D. Windows color (decimal): -14080415 or 6366761. OLE color: 6366761.

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

Color convert

RGB 41 38 97 -
CMYK 0.58 0.61 0 0.62
HSL 243.05º 0.44% 0.26% -
HSV(B) 243.05º 0.61% 0.38% -
XYZ 3.77 2.72 11.64 -
YUV 45.62 156.99 124.7 -
System Red Green Blue C M Y K H S L
Decimal 41 38 97 0.58 0.61 0 0.62 243.05 0.44 0.26
Hex 29 26 61 3A 3D 0 3E F3 2C 1A
Octal 51 46 141 72 75 0 76 363 54 32
Binary 101001 100110 1100001 111010 111101 0 111110 11110011 101100 11010

Color Harmonies of #292661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292661

Black with #292661

Text Example


Text Example

White with #292661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292661; }

 p { color: rgb(41,38,97); }

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

background-color css

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

 a { background-color: rgb(41,38,97); }

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

border-color css

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

 span { border-color: rgb(41,38,97); }

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