Html Css Color HEX #292960 Paris M

📋 copy color: '#292960'

red 41 ◦ green 41 ◦ blue 96

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

Shades of Paris M #292960

Tints of Paris M #292960

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.03%

 BLUE value IS 96 (37.89% from 255) = 53.93%

R = 23.03%
G = 23.03%
B = 53.93%

CMYK

 C value IS 0.57

 M value IS 0.57

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#292960 (or 0x292960) is known color: Paris M. HEX triplet: 29, 29 and 60. RGB value is (41,41,96). Sum of RGB (Red+Green+Blue) = 41+41+96=178 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.03% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 96 (37.89% from 255 or 53.93% from 178); Max value from RGB is 96 - color contains mainly: blue. Hex color #292960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292960 is #D6D69F. Grayscale: #2F2F2F. Windows color (decimal): -14079648 or 6301993. OLE color: 6301993.

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

Color convert

RGB 41 41 96 -
CMYK 0.57 0.57 0 0.62
HSL 240º 0.4% 0.27% -
HSV(B) 240º 0.57% 0.38% -
XYZ 3.82 2.9 11.43 -
YUV 47.27 155.5 123.53 -
System Red Green Blue C M Y K H S L
Decimal 41 41 96 0.57 0.57 0 0.62 240 0.4 0.27
Hex 29 29 60 39 39 0 3E F0 28 1B
Octal 51 51 140 71 71 0 76 360 50 33
Binary 101001 101001 1100000 111001 111001 0 111110 11110000 101000 11011

Color Harmonies of #292960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292960

Black with #292960

Text Example


Text Example

White with #292960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292960; }

 p { color: rgb(41,41,96); }

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

background-color css

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

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

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

border-color css

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

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

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