Html Css Color HEX #292549 Paua

📋 copy color: '#292549'

red 41 ◦ green 37 ◦ blue 73

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

Shades of Paua #292549

Tints of Paua #292549

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.5%

 BLUE value IS 73 (28.91% from 255) = 48.34%

R = 27.15%
G = 24.5%
B = 48.34%

CMYK

 C value IS 0.44

 M value IS 0.49

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#292549 (or 0x292549) is known color: Paua. HEX triplet: 29, 25 and 49. RGB value is (41,37,73). Sum of RGB (Red+Green+Blue) = 41+37+73=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 73 (28.91% from 255 or 48.34% from 151); Max value from RGB is 73 - color contains mainly: blue. Hex color #292549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292549 is #D6DAB6. Grayscale: #2A2A2A. Windows color (decimal): -14080695 or 4793641. OLE color: 4793641.

HSL color Cylindrical-coordinate representation of color #292549: hue angle of 246.67º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #292549 is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 41 37 73 -
CMYK 0.44 0.49 0 0.71
HSL 246.67º 0.33% 0.22% -
HSV(B) 246.67º 0.49% 0.29% -
XYZ 2.78 2.28 6.6 -
YUV 42.3 145.33 127.07 -
System Red Green Blue C M Y K H S L
Decimal 41 37 73 0.44 0.49 0 0.71 246.67 0.33 0.22
Hex 29 25 49 2C 31 0 47 F7 21 16
Octal 51 45 111 54 61 0 107 367 41 26
Binary 101001 100101 1001001 101100 110001 0 1000111 11110111 100001 10110

Color Harmonies of #292549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292549

Black with #292549

Text Example


Text Example

White with #292549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292549; }

 p { color: rgb(41,37,73); }

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

background-color css

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

 a { background-color: rgb(41,37,73); }

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

border-color css

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

 span { border-color: rgb(41,37,73); }

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