Html Css Color HEX #292651 Paua

📋 copy color: '#292651'

red 41 ◦ green 38 ◦ blue 81

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

Shades of Paua #292651

Tints of Paua #292651

RGB

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

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

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

R = 25.63%
G = 23.75%
B = 50.63%

CMYK

 C value IS 0.49

 M value IS 0.53

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#292651 (or 0x292651) is known color: Paua. HEX triplet: 29, 26 and 51. RGB value is (41,38,81). Sum of RGB (Red+Green+Blue) = 41+38+81=160 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.62% from 160); Green value is 38 (15.23% from 255 or 23.75% from 160); Blue value is 81 (32.03% from 255 or 50.62% from 160); Max value from RGB is 81 - color contains mainly: blue. Hex color #292651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292651 is #D6D9AE. Grayscale: #2B2B2B. Windows color (decimal): -14080431 or 5318185. OLE color: 5318185.

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

Color convert

RGB 41 38 81 -
CMYK 0.49 0.53 0 0.68
HSL 244.19º 0.36% 0.23% -
HSV(B) 244.19º 0.53% 0.32% -
XYZ 3.09 2.45 8.09 -
YUV 43.8 148.99 126 -
System Red Green Blue C M Y K H S L
Decimal 41 38 81 0.49 0.53 0 0.68 244.19 0.36 0.23
Hex 29 26 51 31 35 0 44 F4 24 17
Octal 51 46 121 61 65 0 104 364 44 27
Binary 101001 100110 1010001 110001 110101 0 1000100 11110100 100100 10111

Color Harmonies of #292651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292651

Black with #292651

Text Example


Text Example

White with #292651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292651; }

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

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

background-color css

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

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

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

border-color css

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

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

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