Html Css Color HEX #292659 Paua

📋 copy color: '#292659'

red 41 ◦ green 38 ◦ blue 89

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

Shades of Paua #292659

Tints of Paua #292659

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.62%

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

R = 24.4%
G = 22.62%
B = 52.98%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#292659 (or 0x292659) is known color: Paua. HEX triplet: 29, 26 and 59. RGB value is (41,38,89). Sum of RGB (Red+Green+Blue) = 41+38+89=168 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.40% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 89 (35.16% from 255 or 52.98% from 168); Max value from RGB is 89 - color contains mainly: blue. Hex color #292659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292659 is #D6D9A6. Grayscale: #2C2C2C. Windows color (decimal): -14080423 or 5842473. OLE color: 5842473.

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

Color convert

RGB 41 38 89 -
CMYK 0.54 0.57 0 0.65
HSL 243.53º 0.4% 0.25% -
HSV(B) 243.53º 0.57% 0.35% -
XYZ 3.41 2.58 9.77 -
YUV 44.71 152.99 125.35 -
System Red Green Blue C M Y K H S L
Decimal 41 38 89 0.54 0.57 0 0.65 243.53 0.4 0.25
Hex 29 26 59 36 39 0 41 F4 28 19
Octal 51 46 131 66 71 0 101 364 50 31
Binary 101001 100110 1011001 110110 111001 0 1000001 11110100 101000 11001

Color Harmonies of #292659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292659

Black with #292659

Text Example


Text Example

White with #292659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292659; }

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

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

background-color css

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

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

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

border-color css

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

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

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