Html Css Color HEX #292065 Paris M

📋 copy color: '#292065'

red 41 ◦ green 32 ◦ blue 101

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

Shades of Paris M #292065

Tints of Paris M #292065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 58.05%

R = 23.56%
G = 18.39%
B = 58.05%

CMYK

 C value IS 0.59

 M value IS 0.68

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#292065 (or 0x292065) is known color: Paris M. HEX triplet: 29, 20 and 65. RGB value is (41,32,101). Sum of RGB (Red+Green+Blue) = 41+32+101=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 101 (39.84% from 255 or 58.05% from 174); Max value from RGB is 101 - color contains mainly: blue. Hex color #292065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292065 is #D6DF9A. Grayscale: #2A2A2A. Windows color (decimal): -14081947 or 6627369. OLE color: 6627369.

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

Color convert

RGB 41 32 101 -
CMYK 0.59 0.68 0 0.60
HSL 247.83º 0.52% 0.26% -
HSV(B) 247.83º 0.68% 0.4% -
XYZ 3.78 2.44 12.58 -
YUV 42.56 160.98 126.89 -
System Red Green Blue C M Y K H S L
Decimal 41 32 101 0.59 0.68 0 0.60 247.83 0.52 0.26
Hex 29 20 65 3B 44 0 3C F8 34 1A
Octal 51 40 145 73 104 0 74 370 64 32
Binary 101001 100000 1100101 111011 1000100 0 111100 11111000 110100 11010

Color Harmonies of #292065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292065

Black with #292065

Text Example


Text Example

White with #292065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292065; }

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

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

background-color css

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

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

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

border-color css

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

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

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