Html Css Color HEX #29225A Paua

📋 copy color: '#29225A'

red 41 ◦ green 34 ◦ blue 90

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

Shades of Paua #29225A

Tints of Paua #29225A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 54.55%

R = 24.85%
G = 20.61%
B = 54.55%

CMYK

 C value IS 0.54

 M value IS 0.62

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#29225A (or 0x29225A) is known color: Paua. HEX triplet: 29, 22 and 5A. RGB value is (41,34,90). Sum of RGB (Red+Green+Blue) = 41+34+90=165 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.85% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 90 (35.55% from 255 or 54.55% from 165); Max value from RGB is 90 - color contains mainly: blue. Hex color #29225A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29225A is #D6DDA5. Grayscale: #2A2A2A. Windows color (decimal): -14081446 or 5906985. OLE color: 5906985.

HSL color Cylindrical-coordinate representation of color #29225A: hue angle of 247.5º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #29225A is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 34 90 -
CMYK 0.54 0.62 0 0.65
HSL 247.5º 0.45% 0.24% -
HSV(B) 247.5º 0.62% 0.35% -
XYZ 3.33 2.35 9.95 -
YUV 42.48 154.82 126.95 -
System Red Green Blue C M Y K H S L
Decimal 41 34 90 0.54 0.62 0 0.65 247.5 0.45 0.24
Hex 29 22 5A 36 3E 0 41 F8 2D 18
Octal 51 42 132 66 76 0 101 370 55 30
Binary 101001 100010 1011010 110110 111110 0 1000001 11111000 101101 11000

Color Harmonies of #29225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29225A

Black with #29225A

Text Example


Text Example

White with #29225A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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