Html Css Color HEX #291A66 Paris M

📋 copy color: '#291A66'

red 41 ◦ green 26 ◦ blue 102

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

Shades of Paris M #291A66

Tints of Paris M #291A66

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.38%

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

R = 24.26%
G = 15.38%
B = 60.36%

CMYK

 C value IS 0.60

 M value IS 0.75

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#291A66 (or 0x291A66) is known color: Paris M. HEX triplet: 29, 1A and 66. RGB value is (41,26,102). Sum of RGB (Red+Green+Blue) = 41+26+102=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 26 (10.55% from 255 or 15.38% from 169); Blue value is 102 (40.23% from 255 or 60.36% from 169); Max value from RGB is 102 - color contains mainly: blue. Hex color #291A66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291A66 is #D6E599. Grayscale: #262626. Windows color (decimal): -14083482 or 6691369. OLE color: 6691369.

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

Color convert

RGB 41 26 102 -
CMYK 0.60 0.75 0 0.6
HSL 251.84º 0.59% 0.25% -
HSV(B) 251.84º 0.75% 0.4% -
XYZ 3.68 2.17 12.8 -
YUV 39.15 163.47 129.32 -
System Red Green Blue C M Y K H S L
Decimal 41 26 102 0.60 0.75 0 0.6 251.84 0.59 0.25
Hex 29 1A 66 3C 4B 0 3C FC 3B 19
Octal 51 32 146 74 113 0 74 374 73 31
Binary 101001 11010 1100110 111100 1001011 0 111100 11111100 111011 11001

Color Harmonies of #291A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291A66

Black with #291A66

Text Example


Text Example

White with #291A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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