Html Css Color HEX #292159 Paua

📋 copy color: '#292159'

red 41 ◦ green 33 ◦ blue 89

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

Shades of Paua #292159

Tints of Paua #292159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 54.6%

R = 25.15%
G = 20.25%
B = 54.6%

CMYK

 C value IS 0.54

 M value IS 0.63

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#292159 (or 0x292159) is known color: Paua. HEX triplet: 29, 21 and 59. RGB value is (41,33,89). Sum of RGB (Red+Green+Blue) = 41+33+89=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 89 (35.16% from 255 or 54.60% from 163); Max value from RGB is 89 - color contains mainly: blue. Hex color #292159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292159 is #D6DEA6. Grayscale: #292929. Windows color (decimal): -14081703 or 5841193. OLE color: 5841193.

HSL color Cylindrical-coordinate representation of color #292159: hue angle of 248.57º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #292159 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 33 89 -
CMYK 0.54 0.63 0 0.65
HSL 248.57º 0.46% 0.24% -
HSV(B) 248.57º 0.63% 0.35% -
XYZ 3.26 2.28 9.72 -
YUV 41.78 154.65 127.45 -
System Red Green Blue C M Y K H S L
Decimal 41 33 89 0.54 0.63 0 0.65 248.57 0.46 0.24
Hex 29 21 59 36 3F 0 41 F9 2E 18
Octal 51 41 131 66 77 0 101 371 56 30
Binary 101001 100001 1011001 110110 111111 0 1000001 11111001 101110 11000

Color Harmonies of #292159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292159

Black with #292159

Text Example


Text Example

White with #292159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292159; }

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

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

background-color css

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

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

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

border-color css

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

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

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