Html Css Color HEX #291C66 Paris M

📋 copy color: '#291C66'

red 41 ◦ green 28 ◦ blue 102

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

Shades of Paris M #291C66

Tints of Paris M #291C66

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.37%

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

R = 23.98%
G = 16.37%
B = 59.65%

CMYK

 C value IS 0.60

 M value IS 0.73

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#291C66 (or 0x291C66) is known color: Paris M. HEX triplet: 29, 1C and 66. RGB value is (41,28,102). Sum of RGB (Red+Green+Blue) = 41+28+102=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 28 (11.33% from 255 or 16.37% from 171); Blue value is 102 (40.23% from 255 or 59.65% from 171); Max value from RGB is 102 - color contains mainly: blue. Hex color #291C66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291C66 is #D6E399. Grayscale: #282828. Windows color (decimal): -14082970 or 6691881. OLE color: 6691881.

HSL color Cylindrical-coordinate representation of color #291C66: hue angle of 250.54º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #291C66 is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 41 28 102 -
CMYK 0.60 0.73 0 0.6
HSL 250.54º 0.57% 0.25% -
HSV(B) 250.54º 0.73% 0.4% -
XYZ 3.73 2.26 12.81 -
YUV 40.32 162.81 128.48 -
System Red Green Blue C M Y K H S L
Decimal 41 28 102 0.60 0.73 0 0.6 250.54 0.57 0.25
Hex 29 1C 66 3C 49 0 3C FB 39 19
Octal 51 34 146 74 111 0 74 373 71 31
Binary 101001 11100 1100110 111100 1001001 0 111100 11111011 111001 11001

Color Harmonies of #291C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291C66

Black with #291C66

Text Example


Text Example

White with #291C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291C66; }

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

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

background-color css

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

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

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

border-color css

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

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

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