Html Css Color HEX #29214C Paua

📋 copy color: '#29214C'

red 41 ◦ green 33 ◦ blue 76

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

Shades of Paua #29214C

Tints of Paua #29214C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 22%

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

R = 27.33%
G = 22%
B = 50.67%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#29214C (or 0x29214C) is known color: Paua. HEX triplet: 29, 21 and 4C. RGB value is (41,33,76). Sum of RGB (Red+Green+Blue) = 41+33+76=150 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.33% from 150); Green value is 33 (13.28% from 255 or 22% from 150); Blue value is 76 (30.08% from 255 or 50.67% from 150); Max value from RGB is 76 - color contains mainly: blue. Hex color #29214C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29214C is #D6DEB3. Grayscale: #282828. Windows color (decimal): -14081716 or 4989225. OLE color: 4989225.

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

Color convert

RGB 41 33 76 -
CMYK 0.46 0.57 0 0.70
HSL 251.16º 0.39% 0.21% -
HSV(B) 251.16º 0.57% 0.3% -
XYZ 2.76 2.08 7.09 -
YUV 40.29 148.15 128.5 -
System Red Green Blue C M Y K H S L
Decimal 41 33 76 0.46 0.57 0 0.70 251.16 0.39 0.21
Hex 29 21 4C 2E 39 0 46 FB 27 15
Octal 51 41 114 56 71 0 106 373 47 25
Binary 101001 100001 1001100 101110 111001 0 1000110 11111011 100111 10101

Color Harmonies of #29214C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29214C

Black with #29214C

Text Example


Text Example

White with #29214C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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