Html Css Color HEX #29204F Paua

📋 copy color: '#29204F'

red 41 ◦ green 32 ◦ blue 79

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

Shades of Paua #29204F

Tints of Paua #29204F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 51.97%

R = 26.97%
G = 21.05%
B = 51.97%

CMYK

 C value IS 0.48

 M value IS 0.59

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#29204F (or 0x29204F) is known color: Paua. HEX triplet: 29, 20 and 4F. RGB value is (41,32,79). Sum of RGB (Red+Green+Blue) = 41+32+79=152 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.97% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 79 (31.25% from 255 or 51.97% from 152); Max value from RGB is 79 - color contains mainly: blue. Hex color #29204F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29204F is #D6DFB0. Grayscale: #272727. Windows color (decimal): -14081969 or 5185577. OLE color: 5185577.

HSL color Cylindrical-coordinate representation of color #29204F: hue angle of 251.49º 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 #29204F is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 32 79 -
CMYK 0.48 0.59 0 0.69
HSL 251.49º 0.42% 0.22% -
HSV(B) 251.49º 0.59% 0.31% -
XYZ 2.84 2.07 7.65 -
YUV 40.05 149.98 128.68 -
System Red Green Blue C M Y K H S L
Decimal 41 32 79 0.48 0.59 0 0.69 251.49 0.42 0.22
Hex 29 20 4F 30 3B 0 45 FB 2A 16
Octal 51 40 117 60 73 0 105 373 52 26
Binary 101001 100000 1001111 110000 111011 0 1000101 11111011 101010 10110

Color Harmonies of #29204F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29204F

Black with #29204F

Text Example


Text Example

White with #29204F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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