Html Css Color HEX #29274D Paua

📋 copy color: '#29274D'

red 41 ◦ green 39 ◦ blue 77

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

Shades of Paua #29274D

Tints of Paua #29274D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.84%

 BLUE value IS 77 (30.47% from 255) = 49.04%

R = 26.11%
G = 24.84%
B = 49.04%

CMYK

 C value IS 0.47

 M value IS 0.49

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#29274D (or 0x29274D) is known color: Paua. HEX triplet: 29, 27 and 4D. RGB value is (41,39,77). Sum of RGB (Red+Green+Blue) = 41+39+77=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 39 (15.62% from 255 or 24.84% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #29274D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29274D is #D6D8B2. Grayscale: #2B2B2B. Windows color (decimal): -14080179 or 5056297. OLE color: 5056297.

HSL color Cylindrical-coordinate representation of color #29274D: hue angle of 243.16º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #29274D is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 41 39 77 -
CMYK 0.47 0.49 0 0.70
HSL 243.16º 0.33% 0.23% -
HSV(B) 243.16º 0.49% 0.3% -
XYZ 2.98 2.46 7.34 -
YUV 43.93 146.66 125.91 -
System Red Green Blue C M Y K H S L
Decimal 41 39 77 0.47 0.49 0 0.70 243.16 0.33 0.23
Hex 29 27 4D 2F 31 0 46 F3 21 17
Octal 51 47 115 57 61 0 106 363 41 27
Binary 101001 100111 1001101 101111 110001 0 1000110 11110011 100001 10111

Color Harmonies of #29274D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29274D

Black with #29274D

Text Example


Text Example

White with #29274D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29274D; }

 p { color: rgb(41,39,77); }

 H1.HeaderClassName
 {
   color: #29274D;
 }
 .AnyTagClassName
 {
   color: #29274D;
 }
</style>

background-color css

<style>
 a { background-color: #29274D; }

 a { background-color: rgb(41,39,77); }

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

border-color css

<style>
 span { border-color: #29274D; }

 span { border-color: rgb(41,39,77); }

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