Html Css Color HEX #292266 Paris M

📋 copy color: '#292266'

red 41 ◦ green 34 ◦ blue 102

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

Shades of Paris M #292266

Tints of Paris M #292266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 57.63%

R = 23.16%
G = 19.21%
B = 57.63%

CMYK

 C value IS 0.60

 M value IS 0.67

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#292266 (or 0x292266) is known color: Paris M. HEX triplet: 29, 22 and 66. RGB value is (41,34,102). Sum of RGB (Red+Green+Blue) = 41+34+102=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 102 (40.23% from 255 or 57.63% from 177); Max value from RGB is 102 - color contains mainly: blue. Hex color #292266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292266 is #D6DD99. Grayscale: #2B2B2B. Windows color (decimal): -14081434 or 6693417. OLE color: 6693417.

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

Color convert

RGB 41 34 102 -
CMYK 0.60 0.67 0 0.6
HSL 246.18º 0.5% 0.27% -
HSV(B) 246.18º 0.67% 0.4% -
XYZ 3.88 2.57 12.86 -
YUV 43.85 160.82 125.97 -
System Red Green Blue C M Y K H S L
Decimal 41 34 102 0.60 0.67 0 0.6 246.18 0.5 0.27
Hex 29 22 66 3C 43 0 3C F6 32 1B
Octal 51 42 146 74 103 0 74 366 62 33
Binary 101001 100010 1100110 111100 1000011 0 111100 11110110 110010 11011

Color Harmonies of #292266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292266

Black with #292266

Text Example


Text Example

White with #292266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292266; }

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

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

background-color css

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

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

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

border-color css

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

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

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