Html Css Color HEX #29225B Paua

📋 copy color: '#29225B'

red 41 ◦ green 34 ◦ blue 91

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

Shades of Paua #29225B

Tints of Paua #29225B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.48%

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

R = 24.7%
G = 20.48%
B = 54.82%

CMYK

 C value IS 0.55

 M value IS 0.63

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#29225B (or 0x29225B) is known color: Paua. HEX triplet: 29, 22 and 5B. RGB value is (41,34,91). Sum of RGB (Red+Green+Blue) = 41+34+91=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 34 (13.67% from 255 or 20.48% from 166); Blue value is 91 (35.94% from 255 or 54.82% from 166); Max value from RGB is 91 - color contains mainly: blue. Hex color #29225B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29225B is #D6DDA4. Grayscale: #2A2A2A. Windows color (decimal): -14081445 or 5972521. OLE color: 5972521.

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

Color convert

RGB 41 34 91 -
CMYK 0.55 0.63 0 0.64
HSL 247.37º 0.46% 0.25% -
HSV(B) 247.37º 0.63% 0.36% -
XYZ 3.37 2.37 10.18 -
YUV 42.59 155.32 126.87 -
System Red Green Blue C M Y K H S L
Decimal 41 34 91 0.55 0.63 0 0.64 247.37 0.46 0.25
Hex 29 22 5B 37 3F 0 40 F7 2E 19
Octal 51 42 133 67 77 0 100 367 56 31
Binary 101001 100010 1011011 110111 111111 0 1000000 11110111 101110 11001

Color Harmonies of #29225B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29225B

Black with #29225B

Text Example


Text Example

White with #29225B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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