Html Css Color HEX #292151 Paua

📋 copy color: '#292151'

red 41 ◦ green 33 ◦ blue 81

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

Shades of Paua #292151

Tints of Paua #292151

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.29%

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

R = 26.45%
G = 21.29%
B = 52.26%

CMYK

 C value IS 0.49

 M value IS 0.59

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#292151 (or 0x292151) is known color: Paua. HEX triplet: 29, 21 and 51. RGB value is (41,33,81). Sum of RGB (Red+Green+Blue) = 41+33+81=155 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.45% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 81 (32.03% from 255 or 52.26% from 155); Max value from RGB is 81 - color contains mainly: blue. Hex color #292151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292151 is #D6DEAE. Grayscale: #282828. Windows color (decimal): -14081711 or 5316905. OLE color: 5316905.

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

Color convert

RGB 41 33 81 -
CMYK 0.49 0.59 0 0.68
HSL 250º 0.42% 0.22% -
HSV(B) 250º 0.59% 0.32% -
XYZ 2.94 2.15 8.05 -
YUV 40.86 150.65 128.1 -
System Red Green Blue C M Y K H S L
Decimal 41 33 81 0.49 0.59 0 0.68 250 0.42 0.22
Hex 29 21 51 31 3B 0 44 FA 2A 16
Octal 51 41 121 61 73 0 104 372 52 26
Binary 101001 100001 1010001 110001 111011 0 1000100 11111010 101010 10110

Color Harmonies of #292151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292151

Black with #292151

Text Example


Text Example

White with #292151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292151; }

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

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

background-color css

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

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

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

border-color css

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

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

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