Html Css Color HEX #29264E Paua

📋 copy color: '#29264E'

red 41 ◦ green 38 ◦ blue 78

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

Shades of Paua #29264E

Tints of Paua #29264E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 49.68%

R = 26.11%
G = 24.2%
B = 49.68%

CMYK

 C value IS 0.47

 M value IS 0.51

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#29264E (or 0x29264E) is known color: Paua. HEX triplet: 29, 26 and 4E. RGB value is (41,38,78). Sum of RGB (Red+Green+Blue) = 41+38+78=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 78 (30.86% from 255 or 49.68% from 157); Max value from RGB is 78 - color contains mainly: blue. Hex color #29264E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29264E is #D6D9B1. Grayscale: #2B2B2B. Windows color (decimal): -14080434 or 5121577. OLE color: 5121577.

HSL color Cylindrical-coordinate representation of color #29264E: hue angle of 244.5º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #29264E is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 38 78 -
CMYK 0.47 0.51 0 0.69
HSL 244.5º 0.34% 0.23% -
HSV(B) 244.5º 0.51% 0.31% -
XYZ 2.98 2.41 7.52 -
YUV 43.46 147.49 126.25 -
System Red Green Blue C M Y K H S L
Decimal 41 38 78 0.47 0.51 0 0.69 244.5 0.34 0.23
Hex 29 26 4E 2F 33 0 45 F4 22 17
Octal 51 46 116 57 63 0 105 364 42 27
Binary 101001 100110 1001110 101111 110011 0 1000101 11110100 100010 10111

Color Harmonies of #29264E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29264E

Black with #29264E

Text Example


Text Example

White with #29264E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29264E; }

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

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

background-color css

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

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

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

border-color css

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

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

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