Html Css Color HEX #291B59 Paua

📋 copy color: '#291B59'

red 41 ◦ green 27 ◦ blue 89

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

Shades of Paua #291B59

Tints of Paua #291B59

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.2%

 BLUE value IS 89 (35.16% from 255) = 56.69%

R = 26.11%
G = 17.2%
B = 56.69%

CMYK

 C value IS 0.54

 M value IS 0.70

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#291B59 (or 0x291B59) is known color: Paua. HEX triplet: 29, 1B and 59. RGB value is (41,27,89). Sum of RGB (Red+Green+Blue) = 41+27+89=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 27 (10.94% from 255 or 17.20% from 157); Blue value is 89 (35.16% from 255 or 56.69% from 157); Max value from RGB is 89 - color contains mainly: blue. Hex color #291B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291B59 is #D6E4A6. Grayscale: #262626. Windows color (decimal): -14083239 or 5839657. OLE color: 5839657.

HSL color Cylindrical-coordinate representation of color #291B59: hue angle of 253.55º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #291B59 is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 27 89 -
CMYK 0.54 0.70 0 0.65
HSL 253.55º 0.53% 0.23% -
HSV(B) 253.55º 0.7% 0.35% -
XYZ 3.11 1.98 9.67 -
YUV 38.25 156.64 129.96 -
System Red Green Blue C M Y K H S L
Decimal 41 27 89 0.54 0.70 0 0.65 253.55 0.53 0.23
Hex 29 1B 59 36 46 0 41 FE 35 17
Octal 51 33 131 66 106 0 101 376 65 27
Binary 101001 11011 1011001 110110 1000110 0 1000001 11111110 110101 10111

Color Harmonies of #291B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291B59

Black with #291B59

Text Example


Text Example

White with #291B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,27,89); }

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

background-color css

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

 a { background-color: rgb(41,27,89); }

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

border-color css

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

 span { border-color: rgb(41,27,89); }

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