Html Css Color HEX #29295A Paua

📋 copy color: '#29295A'

red 41 ◦ green 41 ◦ blue 90

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

Shades of Paua #29295A

Tints of Paua #29295A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 52.33%

R = 23.84%
G = 23.84%
B = 52.33%

CMYK

 C value IS 0.54

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#29295A (or 0x29295A) is known color: Paua. HEX triplet: 29, 29 and 5A. RGB value is (41,41,90). Sum of RGB (Red+Green+Blue) = 41+41+90=172 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.84% from 172); Green value is 41 (16.41% from 255 or 23.84% from 172); Blue value is 90 (35.55% from 255 or 52.33% from 172); Max value from RGB is 90 - color contains mainly: blue. Hex color #29295A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29295A is #D6D6A5. Grayscale: #2E2E2E. Windows color (decimal): -14079654 or 5908777. OLE color: 5908777.

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

Color convert

RGB 41 41 90 -
CMYK 0.54 0.54 0 0.65
HSL 240º 0.37% 0.26% -
HSV(B) 240º 0.54% 0.35% -
XYZ 3.55 2.8 10.03 -
YUV 46.59 152.5 124.02 -
System Red Green Blue C M Y K H S L
Decimal 41 41 90 0.54 0.54 0 0.65 240 0.37 0.26
Hex 29 29 5A 36 36 0 41 F0 25 1A
Octal 51 51 132 66 66 0 101 360 45 32
Binary 101001 101001 1011010 110110 110110 0 1000001 11110000 100101 11010

Color Harmonies of #29295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29295A

Black with #29295A

Text Example


Text Example

White with #29295A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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