Html Css Color HEX #29205B Paua

📋 copy color: '#29205B'

red 41 ◦ green 32 ◦ blue 91

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

Shades of Paua #29205B

Tints of Paua #29205B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 55.49%

R = 25%
G = 19.51%
B = 55.49%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#29205B (or 0x29205B) is known color: Paua. HEX triplet: 29, 20 and 5B. RGB value is (41,32,91). Sum of RGB (Red+Green+Blue) = 41+32+91=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 91 (35.94% from 255 or 55.49% from 164); Max value from RGB is 91 - color contains mainly: blue. Hex color #29205B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29205B is #D6DFA4. Grayscale: #292929. Windows color (decimal): -14081957 or 5972009. OLE color: 5972009.

HSL color Cylindrical-coordinate representation of color #29205B: hue angle of 249.15º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #29205B is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 32 91 -
CMYK 0.55 0.65 0 0.64
HSL 249.15º 0.48% 0.24% -
HSV(B) 249.15º 0.65% 0.36% -
XYZ 3.32 2.26 10.16 -
YUV 41.42 155.98 127.7 -
System Red Green Blue C M Y K H S L
Decimal 41 32 91 0.55 0.65 0 0.64 249.15 0.48 0.24
Hex 29 20 5B 37 41 0 40 F9 30 18
Octal 51 40 133 67 101 0 100 371 60 30
Binary 101001 100000 1011011 110111 1000001 0 1000000 11111001 110000 11000

Color Harmonies of #29205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29205B

Black with #29205B

Text Example


Text Example

White with #29205B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29205B; }

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

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

background-color css

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

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

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

border-color css

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

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

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