Html Css Color HEX #292265 Paris M

📋 copy color: '#292265'

red 41 ◦ green 34 ◦ blue 101

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

Shades of Paris M #292265

Tints of Paris M #292265

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.32%

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

R = 23.3%
G = 19.32%
B = 57.39%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#292265 (or 0x292265) is known color: Paris M. HEX triplet: 29, 22 and 65. RGB value is (41,34,101). Sum of RGB (Red+Green+Blue) = 41+34+101=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 101 (39.84% from 255 or 57.39% from 176); Max value from RGB is 101 - color contains mainly: blue. Hex color #292265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292265 is #D6DD9A. Grayscale: #2B2B2B. Windows color (decimal): -14081435 or 6627881. OLE color: 6627881.

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

Color convert

RGB 41 34 101 -
CMYK 0.59 0.66 0 0.60
HSL 246.27º 0.5% 0.26% -
HSV(B) 246.27º 0.66% 0.4% -
XYZ 3.84 2.56 12.6 -
YUV 43.73 160.32 126.05 -
System Red Green Blue C M Y K H S L
Decimal 41 34 101 0.59 0.66 0 0.60 246.27 0.5 0.26
Hex 29 22 65 3B 42 0 3C F6 32 1A
Octal 51 42 145 73 102 0 74 366 62 32
Binary 101001 100010 1100101 111011 1000010 0 111100 11110110 110010 11010

Color Harmonies of #292265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292265

Black with #292265

Text Example


Text Example

White with #292265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292265; }

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

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

background-color css

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

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

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

border-color css

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

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

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