Html Css Color HEX #29295B Paua

📋 copy color: '#29295B'

red 41 ◦ green 41 ◦ blue 91

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

Shades of Paua #29295B

Tints of Paua #29295B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.7%

 BLUE value IS 91 (35.94% from 255) = 52.6%

R = 23.7%
G = 23.7%
B = 52.6%

CMYK

 C value IS 0.55

 M value IS 0.55

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#29295B (or 0x29295B) is known color: Paua. HEX triplet: 29, 29 and 5B. RGB value is (41,41,91). Sum of RGB (Red+Green+Blue) = 41+41+91=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 91 (35.94% from 255 or 52.60% from 173); Max value from RGB is 91 - color contains mainly: blue. Hex color #29295B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29295B is #D6D6A4. Grayscale: #2E2E2E. Windows color (decimal): -14079653 or 5974313. OLE color: 5974313.

HSL color Cylindrical-coordinate representation of color #29295B: hue angle of 240º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #29295B is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 41 91 -
CMYK 0.55 0.55 0 0.64
HSL 240º 0.38% 0.26% -
HSV(B) 240º 0.55% 0.36% -
XYZ 3.6 2.81 10.25 -
YUV 46.7 153 123.93 -
System Red Green Blue C M Y K H S L
Decimal 41 41 91 0.55 0.55 0 0.64 240 0.38 0.26
Hex 29 29 5B 37 37 0 40 F0 26 1A
Octal 51 51 133 67 67 0 100 360 46 32
Binary 101001 101001 1011011 110111 110111 0 1000000 11110000 100110 11010

Color Harmonies of #29295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29295B

Black with #29295B

Text Example


Text Example

White with #29295B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29295B; }

 p { color: rgb(41,41,91); }

 H1.HeaderClassName
 {
   color: #29295B;
 }
 .AnyTagClassName
 {
   color: #29295B;
 }
</style>

background-color css

<style>
 a { background-color: #29295B; }

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

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

border-color css

<style>
 span { border-color: #29295B; }

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

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