Html Css Color HEX #29295E Paua

📋 copy color: '#29295E'

red 41 ◦ green 41 ◦ blue 94

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

Shades of Paua #29295E

Tints of Paua #29295E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 53.41%

R = 23.3%
G = 23.3%
B = 53.41%

CMYK

 C value IS 0.56

 M value IS 0.56

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#29295E (or 0x29295E) is known color: Paua. HEX triplet: 29, 29 and 5E. RGB value is (41,41,94). Sum of RGB (Red+Green+Blue) = 41+41+94=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 94 (37.11% from 255 or 53.41% from 176); Max value from RGB is 94 - color contains mainly: blue. Hex color #29295E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29295E is #D6D6A1. Grayscale: #2E2E2E. Windows color (decimal): -14079650 or 6170921. OLE color: 6170921.

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

Color convert

RGB 41 41 94 -
CMYK 0.56 0.56 0 0.63
HSL 240º 0.39% 0.26% -
HSV(B) 240º 0.56% 0.37% -
XYZ 3.73 2.87 10.95 -
YUV 47.04 154.5 123.69 -
System Red Green Blue C M Y K H S L
Decimal 41 41 94 0.56 0.56 0 0.63 240 0.39 0.26
Hex 29 29 5E 38 38 0 3F F0 27 1A
Octal 51 51 136 70 70 0 77 360 47 32
Binary 101001 101001 1011110 111000 111000 0 111111 11110000 100111 11010

Color Harmonies of #29295E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29295E

Black with #29295E

Text Example


Text Example

White with #29295E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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