Html Css Color HEX #292761 Paris M

📋 copy color: '#292761'

red 41 ◦ green 39 ◦ blue 97

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

Shades of Paris M #292761

Tints of Paris M #292761

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.03%

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

R = 23.16%
G = 22.03%
B = 54.8%

CMYK

 C value IS 0.58

 M value IS 0.60

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#292761 (or 0x292761) is known color: Paris M. HEX triplet: 29, 27 and 61. RGB value is (41,39,97). Sum of RGB (Red+Green+Blue) = 41+39+97=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 39 (15.62% from 255 or 22.03% from 177); Blue value is 97 (38.28% from 255 or 54.80% from 177); Max value from RGB is 97 - color contains mainly: blue. Hex color #292761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292761 is #D6D89E. Grayscale: #2D2D2D. Windows color (decimal): -14080159 or 6367017. OLE color: 6367017.

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

Color convert

RGB 41 39 97 -
CMYK 0.58 0.60 0 0.62
HSL 242.07º 0.43% 0.27% -
HSV(B) 242.07º 0.6% 0.38% -
XYZ 3.8 2.79 11.65 -
YUV 46.21 156.66 124.28 -
System Red Green Blue C M Y K H S L
Decimal 41 39 97 0.58 0.60 0 0.62 242.07 0.43 0.27
Hex 29 27 61 3A 3C 0 3E F2 2B 1B
Octal 51 47 141 72 74 0 76 362 53 33
Binary 101001 100111 1100001 111010 111100 0 111110 11110010 101011 11011

Color Harmonies of #292761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292761

Black with #292761

Text Example


Text Example

White with #292761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292761; }

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

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

background-color css

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

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

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

border-color css

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

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

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