Html Css Color HEX #292859 Paua

📋 copy color: '#292859'

red 41 ◦ green 40 ◦ blue 89

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

Shades of Paua #292859

Tints of Paua #292859

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.53%

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

R = 24.12%
G = 23.53%
B = 52.35%

CMYK

 C value IS 0.54

 M value IS 0.55

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#292859 (or 0x292859) is known color: Paua. HEX triplet: 29, 28 and 59. RGB value is (41,40,89). Sum of RGB (Red+Green+Blue) = 41+40+89=170 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.12% from 170); Green value is 40 (16.02% from 255 or 23.53% from 170); Blue value is 89 (35.16% from 255 or 52.35% from 170); Max value from RGB is 89 - color contains mainly: blue. Hex color #292859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292859 is #D6D7A6. Grayscale: #2D2D2D. Windows color (decimal): -14079911 or 5842985. OLE color: 5842985.

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

Color convert

RGB 41 40 89 -
CMYK 0.54 0.55 0 0.65
HSL 241.22º 0.38% 0.25% -
HSV(B) 241.22º 0.55% 0.35% -
XYZ 3.48 2.71 9.79 -
YUV 45.89 152.33 124.52 -
System Red Green Blue C M Y K H S L
Decimal 41 40 89 0.54 0.55 0 0.65 241.22 0.38 0.25
Hex 29 28 59 36 37 0 41 F1 26 19
Octal 51 50 131 66 67 0 101 361 46 31
Binary 101001 101000 1011001 110110 110111 0 1000001 11110001 100110 11001

Color Harmonies of #292859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292859

Black with #292859

Text Example


Text Example

White with #292859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292859; }

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

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

background-color css

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

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

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

border-color css

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

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

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