Html Css Color HEX #292165 Paris M

📋 copy color: '#292165'

red 41 ◦ green 33 ◦ blue 101

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

Shades of Paris M #292165

Tints of Paris M #292165

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.86%

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

R = 23.43%
G = 18.86%
B = 57.71%

CMYK

 C value IS 0.59

 M value IS 0.67

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#292165 (or 0x292165) is known color: Paris M. HEX triplet: 29, 21 and 65. RGB value is (41,33,101). Sum of RGB (Red+Green+Blue) = 41+33+101=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 101 (39.84% from 255 or 57.71% from 175); Max value from RGB is 101 - color contains mainly: blue. Hex color #292165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292165 is #D6DE9A. Grayscale: #2A2A2A. Windows color (decimal): -14081691 or 6627625. OLE color: 6627625.

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

Color convert

RGB 41 33 101 -
CMYK 0.59 0.67 0 0.60
HSL 247.06º 0.51% 0.26% -
HSV(B) 247.06º 0.67% 0.4% -
XYZ 3.81 2.5 12.59 -
YUV 43.14 160.65 126.47 -
System Red Green Blue C M Y K H S L
Decimal 41 33 101 0.59 0.67 0 0.60 247.06 0.51 0.26
Hex 29 21 65 3B 43 0 3C F7 33 1A
Octal 51 41 145 73 103 0 74 367 63 32
Binary 101001 100001 1100101 111011 1000011 0 111100 11110111 110011 11010

Color Harmonies of #292165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292165

Black with #292165

Text Example


Text Example

White with #292165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292165; }

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

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

background-color css

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

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

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

border-color css

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

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

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