Html Css Color HEX #291F50 Paua

📋 copy color: '#291F50'

red 41 ◦ green 31 ◦ blue 80

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

Shades of Paua #291F50

Tints of Paua #291F50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 52.63%

R = 26.97%
G = 20.39%
B = 52.63%

CMYK

 C value IS 0.49

 M value IS 0.61

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#291F50 (or 0x291F50) is known color: Paua. HEX triplet: 29, 1F and 50. RGB value is (41,31,80). Sum of RGB (Red+Green+Blue) = 41+31+80=152 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.97% from 152); Green value is 31 (12.5% from 255 or 20.39% from 152); Blue value is 80 (31.64% from 255 or 52.63% from 152); Max value from RGB is 80 - color contains mainly: blue. Hex color #291F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291F50 is #D6E0AF. Grayscale: #272727. Windows color (decimal): -14082224 or 5250857. OLE color: 5250857.

HSL color Cylindrical-coordinate representation of color #291F50: hue angle of 252.24º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #291F50 is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 31 80 -
CMYK 0.49 0.61 0 0.69
HSL 252.24º 0.44% 0.22% -
HSV(B) 252.24º 0.61% 0.31% -
XYZ 2.85 2.03 7.83 -
YUV 39.58 150.81 129.02 -
System Red Green Blue C M Y K H S L
Decimal 41 31 80 0.49 0.61 0 0.69 252.24 0.44 0.22
Hex 29 1F 50 31 3D 0 45 FC 2C 16
Octal 51 37 120 61 75 0 105 374 54 26
Binary 101001 11111 1010000 110001 111101 0 1000101 11111100 101100 10110

Color Harmonies of #291F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291F50

Black with #291F50

Text Example


Text Example

White with #291F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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