Html Css Color HEX #292251 Paua

📋 copy color: '#292251'

red 41 ◦ green 34 ◦ blue 81

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

Shades of Paua #292251

Tints of Paua #292251

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.79%

 BLUE value IS 81 (32.03% from 255) = 51.92%

R = 26.28%
G = 21.79%
B = 51.92%

CMYK

 C value IS 0.49

 M value IS 0.58

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#292251 (or 0x292251) is known color: Paua. HEX triplet: 29, 22 and 51. RGB value is (41,34,81). Sum of RGB (Red+Green+Blue) = 41+34+81=156 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.28% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 81 (32.03% from 255 or 51.92% from 156); Max value from RGB is 81 - color contains mainly: blue. Hex color #292251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292251 is #D6DDAE. Grayscale: #292929. Windows color (decimal): -14081455 or 5317161. OLE color: 5317161.

HSL color Cylindrical-coordinate representation of color #292251: hue angle of 248.94º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #292251 is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 41 34 81 -
CMYK 0.49 0.58 0 0.68
HSL 248.94º 0.41% 0.23% -
HSV(B) 248.94º 0.58% 0.32% -
XYZ 2.97 2.21 8.05 -
YUV 41.45 150.32 127.68 -
System Red Green Blue C M Y K H S L
Decimal 41 34 81 0.49 0.58 0 0.68 248.94 0.41 0.23
Hex 29 22 51 31 3A 0 44 F9 29 17
Octal 51 42 121 61 72 0 104 371 51 27
Binary 101001 100010 1010001 110001 111010 0 1000100 11111001 101001 10111

Color Harmonies of #292251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292251

Black with #292251

Text Example


Text Example

White with #292251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292251; }

 p { color: rgb(41,34,81); }

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

background-color css

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

 a { background-color: rgb(41,34,81); }

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

border-color css

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

 span { border-color: rgb(41,34,81); }

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