Html Css Color HEX #291F59 Paua

📋 copy color: '#291F59'

red 41 ◦ green 31 ◦ blue 89

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

Shades of Paua #291F59

Tints of Paua #291F59

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.25%

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

R = 25.47%
G = 19.25%
B = 55.28%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#291F59 (or 0x291F59) is known color: Paua. HEX triplet: 29, 1F and 59. RGB value is (41,31,89). Sum of RGB (Red+Green+Blue) = 41+31+89=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 31 (12.5% from 255 or 19.25% from 161); Blue value is 89 (35.16% from 255 or 55.28% from 161); Max value from RGB is 89 - color contains mainly: blue. Hex color #291F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291F59 is #D6E0A6. Grayscale: #282828. Windows color (decimal): -14082215 or 5840681. OLE color: 5840681.

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

Color convert

RGB 41 31 89 -
CMYK 0.54 0.65 0 0.65
HSL 250.34º 0.48% 0.24% -
HSV(B) 250.34º 0.65% 0.35% -
XYZ 3.21 2.17 9.7 -
YUV 40.6 155.31 128.28 -
System Red Green Blue C M Y K H S L
Decimal 41 31 89 0.54 0.65 0 0.65 250.34 0.48 0.24
Hex 29 1F 59 36 41 0 41 FA 30 18
Octal 51 37 131 66 101 0 101 372 60 30
Binary 101001 11111 1011001 110110 1000001 0 1000001 11111010 110000 11000

Color Harmonies of #291F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291F59

Black with #291F59

Text Example


Text Example

White with #291F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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