Html Css Color HEX #29204E Paua

📋 copy color: '#29204E'

red 41 ◦ green 32 ◦ blue 78

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

Shades of Paua #29204E

Tints of Paua #29204E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.19%

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

R = 27.15%
G = 21.19%
B = 51.66%

CMYK

 C value IS 0.47

 M value IS 0.59

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#29204E (or 0x29204E) is known color: Paua. HEX triplet: 29, 20 and 4E. RGB value is (41,32,78). Sum of RGB (Red+Green+Blue) = 41+32+78=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 78 (30.86% from 255 or 51.66% from 151); Max value from RGB is 78 - color contains mainly: blue. Hex color #29204E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29204E is #D6DFB1. Grayscale: #272727. Windows color (decimal): -14081970 or 5120041. OLE color: 5120041.

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

Color convert

RGB 41 32 78 -
CMYK 0.47 0.59 0 0.69
HSL 251.74º 0.42% 0.22% -
HSV(B) 251.74º 0.59% 0.31% -
XYZ 2.81 2.05 7.46 -
YUV 39.94 149.48 128.76 -
System Red Green Blue C M Y K H S L
Decimal 41 32 78 0.47 0.59 0 0.69 251.74 0.42 0.22
Hex 29 20 4E 2F 3B 0 45 FC 2A 16
Octal 51 40 116 57 73 0 105 374 52 26
Binary 101001 100000 1001110 101111 111011 0 1000101 11111100 101010 10110

Color Harmonies of #29204E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29204E

Black with #29204E

Text Example


Text Example

White with #29204E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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