Html Css Color HEX #291E50 Paua

📋 copy color: '#291E50'

red 41 ◦ green 30 ◦ blue 80

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

Shades of Paua #291E50

Tints of Paua #291E50

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.87%

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

R = 27.15%
G = 19.87%
B = 52.98%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#291E50 (or 0x291E50) is known color: Paua. HEX triplet: 29, 1E and 50. RGB value is (41,30,80). Sum of RGB (Red+Green+Blue) = 41+30+80=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 30 (12.11% from 255 or 19.87% from 151); Blue value is 80 (31.64% from 255 or 52.98% from 151); Max value from RGB is 80 - color contains mainly: blue. Hex color #291E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291E50 is #D6E1AF. Grayscale: #262626. Windows color (decimal): -14082480 or 5250601. OLE color: 5250601.

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

Color convert

RGB 41 30 80 -
CMYK 0.49 0.62 0 0.69
HSL 253.2º 0.45% 0.22% -
HSV(B) 253.2º 0.63% 0.31% -
XYZ 2.83 1.98 7.82 -
YUV 38.99 151.14 129.43 -
System Red Green Blue C M Y K H S L
Decimal 41 30 80 0.49 0.62 0 0.69 253.2 0.45 0.22
Hex 29 1E 50 31 3E 0 45 FD 2D 16
Octal 51 36 120 61 76 0 105 375 55 26
Binary 101001 11110 1010000 110001 111110 0 1000101 11111101 101101 10110

Color Harmonies of #291E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291E50

Black with #291E50

Text Example


Text Example

White with #291E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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