Html Css Color HEX #29274C Paua

📋 copy color: '#29274C'

red 41 ◦ green 39 ◦ blue 76

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

Shades of Paua #29274C

Tints of Paua #29274C

RGB

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

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

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

R = 26.28%
G = 25%
B = 48.72%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#29274C (or 0x29274C) is known color: Paua. HEX triplet: 29, 27 and 4C. RGB value is (41,39,76). Sum of RGB (Red+Green+Blue) = 41+39+76=156 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.28% from 156); Green value is 39 (15.62% from 255 or 25% from 156); Blue value is 76 (30.08% from 255 or 48.72% from 156); Max value from RGB is 76 - color contains mainly: blue. Hex color #29274C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29274C is #D6D8B3. Grayscale: #2B2B2B. Windows color (decimal): -14080180 or 4990761. OLE color: 4990761.

HSL color Cylindrical-coordinate representation of color #29274C: hue angle of 243.24º degrees, saturation: 0.32, 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 #29274C is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 41 39 76 -
CMYK 0.46 0.49 0 0.70
HSL 243.24º 0.32% 0.23% -
HSV(B) 243.24º 0.49% 0.3% -
XYZ 2.94 2.44 7.15 -
YUV 43.82 146.16 125.99 -
System Red Green Blue C M Y K H S L
Decimal 41 39 76 0.46 0.49 0 0.70 243.24 0.32 0.23
Hex 29 27 4C 2E 31 0 46 F3 20 17
Octal 51 47 114 56 61 0 106 363 40 27
Binary 101001 100111 1001100 101110 110001 0 1000110 11110011 100000 10111

Color Harmonies of #29274C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29274C

Black with #29274C

Text Example


Text Example

White with #29274C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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