Html Css Color HEX #29264C Paua

📋 copy color: '#29264C'

red 41 ◦ green 38 ◦ blue 76

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

Shades of Paua #29264C

Tints of Paua #29264C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.52%

 BLUE value IS 76 (30.08% from 255) = 49.03%

R = 26.45%
G = 24.52%
B = 49.03%

CMYK

 C value IS 0.46

 M value IS 0.5

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#29264C (or 0x29264C) is known color: Paua. HEX triplet: 29, 26 and 4C. RGB value is (41,38,76). Sum of RGB (Red+Green+Blue) = 41+38+76=155 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.45% from 155); Green value is 38 (15.23% from 255 or 24.52% from 155); Blue value is 76 (30.08% from 255 or 49.03% from 155); Max value from RGB is 76 - color contains mainly: blue. Hex color #29264C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29264C is #D6D9B3. Grayscale: #2B2B2B. Windows color (decimal): -14080436 or 4990505. OLE color: 4990505.

HSL color Cylindrical-coordinate representation of color #29264C: hue angle of 244.74º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #29264C is Cyan = 0.46, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 41 38 76 -
CMYK 0.46 0.5 0 0.70
HSL 244.74º 0.33% 0.22% -
HSV(B) 244.74º 0.5% 0.3% -
XYZ 2.91 2.38 7.14 -
YUV 43.23 146.49 126.41 -
System Red Green Blue C M Y K H S L
Decimal 41 38 76 0.46 0.5 0 0.70 244.74 0.33 0.22
Hex 29 26 4C 2E 32 0 46 F5 21 16
Octal 51 46 114 56 62 0 106 365 41 26
Binary 101001 100110 1001100 101110 110010 0 1000110 11110101 100001 10110

Color Harmonies of #29264C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29264C

Black with #29264C

Text Example


Text Example

White with #29264C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29264C; }

 p { color: rgb(41,38,76); }

 H1.HeaderClassName
 {
   color: #29264C;
 }
 .AnyTagClassName
 {
   color: #29264C;
 }
</style>

background-color css

<style>
 a { background-color: #29264C; }

 a { background-color: rgb(41,38,76); }

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

border-color css

<style>
 span { border-color: #29264C; }

 span { border-color: rgb(41,38,76); }

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