Html Css Color HEX #291566 Paris M

📋 copy color: '#291566'

red 41 ◦ green 21 ◦ blue 102

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

Shades of Paris M #291566

Tints of Paris M #291566

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.8%

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

R = 25%
G = 12.8%
B = 62.2%

CMYK

 C value IS 0.60

 M value IS 0.79

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#291566 (or 0x291566) is known color: Paris M. HEX triplet: 29, 15 and 66. RGB value is (41,21,102). Sum of RGB (Red+Green+Blue) = 41+21+102=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 102 (40.23% from 255 or 62.20% from 164); Max value from RGB is 102 - color contains mainly: blue. Hex color #291566 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291566 is #D6EA99. Grayscale: #232323. Windows color (decimal): -14084762 or 6690089. OLE color: 6690089.

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

Color convert

RGB 41 21 102 -
CMYK 0.60 0.79 0 0.6
HSL 254.81º 0.66% 0.24% -
HSV(B) 254.81º 0.79% 0.4% -
XYZ 3.58 1.97 12.76 -
YUV 36.21 165.13 131.41 -
System Red Green Blue C M Y K H S L
Decimal 41 21 102 0.60 0.79 0 0.6 254.81 0.66 0.24
Hex 29 15 66 3C 4F 0 3C FF 42 18
Octal 51 25 146 74 117 0 74 377 102 30
Binary 101001 10101 1100110 111100 1001111 0 111100 11111111 1000010 11000

Color Harmonies of #291566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291566

Black with #291566

Text Example


Text Example

White with #291566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291566; }

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

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

background-color css

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

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

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

border-color css

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

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

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