Html Css Color HEX #292666 Paris M

📋 copy color: '#292666'

red 41 ◦ green 38 ◦ blue 102

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

Shades of Paris M #292666

Tints of Paris M #292666

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.99%

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

R = 22.65%
G = 20.99%
B = 56.35%

CMYK

 C value IS 0.60

 M value IS 0.63

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#292666 (or 0x292666) is known color: Paris M. HEX triplet: 29, 26 and 66. RGB value is (41,38,102). Sum of RGB (Red+Green+Blue) = 41+38+102=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 38 (15.23% from 255 or 20.99% from 181); Blue value is 102 (40.23% from 255 or 56.35% from 181); Max value from RGB is 102 - color contains mainly: blue. Hex color #292666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292666 is #D6D999. Grayscale: #2D2D2D. Windows color (decimal): -14080410 or 6694441. OLE color: 6694441.

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

Color convert

RGB 41 38 102 -
CMYK 0.60 0.63 0 0.6
HSL 242.81º 0.46% 0.27% -
HSV(B) 242.81º 0.63% 0.4% -
XYZ 4.01 2.82 12.9 -
YUV 46.19 159.49 124.3 -
System Red Green Blue C M Y K H S L
Decimal 41 38 102 0.60 0.63 0 0.6 242.81 0.46 0.27
Hex 29 26 66 3C 3F 0 3C F3 2E 1B
Octal 51 46 146 74 77 0 74 363 56 33
Binary 101001 100110 1100110 111100 111111 0 111100 11110011 101110 11011

Color Harmonies of #292666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292666

Black with #292666

Text Example


Text Example

White with #292666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292666; }

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

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

background-color css

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

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

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

border-color css

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

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

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