Html Css Color HEX #291A69 Paris M

📋 copy color: '#291A69'

red 41 ◦ green 26 ◦ blue 105

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

Shades of Paris M #291A69

Tints of Paris M #291A69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 61.05%

R = 23.84%
G = 15.12%
B = 61.05%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#291A69 (or 0x291A69) is known color: Paris M. HEX triplet: 29, 1A and 69. RGB value is (41,26,105). Sum of RGB (Red+Green+Blue) = 41+26+105=172 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.84% from 172); Green value is 26 (10.55% from 255 or 15.12% from 172); Blue value is 105 (41.41% from 255 or 61.05% from 172); Max value from RGB is 105 - color contains mainly: blue. Hex color #291A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291A69 is #D6E596. Grayscale: #272727. Windows color (decimal): -14083479 or 6887977. OLE color: 6887977.

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

Color convert

RGB 41 26 105 -
CMYK 0.61 0.75 0 0.59
HSL 251.39º 0.6% 0.26% -
HSV(B) 251.39º 0.75% 0.41% -
XYZ 3.83 2.23 13.59 -
YUV 39.49 164.97 129.08 -
System Red Green Blue C M Y K H S L
Decimal 41 26 105 0.61 0.75 0 0.59 251.39 0.6 0.26
Hex 29 1A 69 3D 4B 0 3B FB 3C 1A
Octal 51 32 151 75 113 0 73 373 74 32
Binary 101001 11010 1101001 111101 1001011 0 111011 11111011 111100 11010

Color Harmonies of #291A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291A69

Black with #291A69

Text Example


Text Example

White with #291A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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