Html Css Color HEX #292860 Paris M

📋 copy color: '#292860'

red 41 ◦ green 40 ◦ blue 96

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

Shades of Paris M #292860

Tints of Paris M #292860

RGB

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

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

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

R = 23.16%
G = 22.6%
B = 54.24%

CMYK

 C value IS 0.57

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#292860 (or 0x292860) is known color: Paris M. HEX triplet: 29, 28 and 60. RGB value is (41,40,96). Sum of RGB (Red+Green+Blue) = 41+40+96=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 96 (37.89% from 255 or 54.24% from 177); Max value from RGB is 96 - color contains mainly: blue. Hex color #292860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292860 is #D6D79F. Grayscale: #2E2E2E. Windows color (decimal): -14079904 or 6301737. OLE color: 6301737.

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

Color convert

RGB 41 40 96 -
CMYK 0.57 0.58 0 0.62
HSL 241.07º 0.41% 0.27% -
HSV(B) 241.07º 0.58% 0.38% -
XYZ 3.78 2.83 11.41 -
YUV 46.68 155.83 123.95 -
System Red Green Blue C M Y K H S L
Decimal 41 40 96 0.57 0.58 0 0.62 241.07 0.41 0.27
Hex 29 28 60 39 3A 0 3E F1 29 1B
Octal 51 50 140 71 72 0 76 361 51 33
Binary 101001 101000 1100000 111001 111010 0 111110 11110001 101001 11011

Color Harmonies of #292860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292860

Black with #292860

Text Example


Text Example

White with #292860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292860; }

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

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

background-color css

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

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

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

border-color css

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

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

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