Html Css Color HEX #29284A Paua

📋 copy color: '#29284A'

red 41 ◦ green 40 ◦ blue 74

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

Shades of Paua #29284A

Tints of Paua #29284A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.81%

 BLUE value IS 74 (29.3% from 255) = 47.74%

R = 26.45%
G = 25.81%
B = 47.74%

CMYK

 C value IS 0.45

 M value IS 0.46

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#29284A (or 0x29284A) is known color: Paua. HEX triplet: 29, 28 and 4A. RGB value is (41,40,74). Sum of RGB (Red+Green+Blue) = 41+40+74=155 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.45% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 74 (29.30% from 255 or 47.74% from 155); Max value from RGB is 74 - color contains mainly: blue. Hex color #29284A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29284A is #D6D7B5. Grayscale: #2C2C2C. Windows color (decimal): -14079926 or 4859945. OLE color: 4859945.

HSL color Cylindrical-coordinate representation of color #29284A: hue angle of 241.76º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #29284A is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 41 40 74 -
CMYK 0.45 0.46 0 0.71
HSL 241.76º 0.3% 0.22% -
HSV(B) 241.76º 0.46% 0.29% -
XYZ 2.91 2.48 6.8 -
YUV 44.18 144.83 125.74 -
System Red Green Blue C M Y K H S L
Decimal 41 40 74 0.45 0.46 0 0.71 241.76 0.3 0.22
Hex 29 28 4A 2D 2E 0 47 F2 1E 16
Octal 51 50 112 55 56 0 107 362 36 26
Binary 101001 101000 1001010 101101 101110 0 1000111 11110010 11110 10110

Color Harmonies of #29284A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29284A

Black with #29284A

Text Example


Text Example

White with #29284A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,40,74); }

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

background-color css

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

 a { background-color: rgb(41,40,74); }

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

border-color css

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

 span { border-color: rgb(41,40,74); }

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