Html Css Color HEX #29265D Paua

📋 copy color: '#29265D'

red 41 ◦ green 38 ◦ blue 93

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

Shades of Paua #29265D

Tints of Paua #29265D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.09%

 BLUE value IS 93 (36.72% from 255) = 54.07%

R = 23.84%
G = 22.09%
B = 54.07%

CMYK

 C value IS 0.56

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#29265D (or 0x29265D) is known color: Paua. HEX triplet: 29, 26 and 5D. RGB value is (41,38,93). Sum of RGB (Red+Green+Blue) = 41+38+93=172 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.84% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 93 (36.72% from 255 or 54.07% from 172); Max value from RGB is 93 - color contains mainly: blue. Hex color #29265D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29265D is #D6D9A2. Grayscale: #2C2C2C. Windows color (decimal): -14080419 or 6104617. OLE color: 6104617.

HSL color Cylindrical-coordinate representation of color #29265D: hue angle of 243.27º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #29265D is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 38 93 -
CMYK 0.56 0.59 0 0.64
HSL 243.27º 0.42% 0.26% -
HSV(B) 243.27º 0.59% 0.36% -
XYZ 3.58 2.65 10.68 -
YUV 45.17 154.99 125.03 -
System Red Green Blue C M Y K H S L
Decimal 41 38 93 0.56 0.59 0 0.64 243.27 0.42 0.26
Hex 29 26 5D 38 3B 0 40 F3 2A 1A
Octal 51 46 135 70 73 0 100 363 52 32
Binary 101001 100110 1011101 111000 111011 0 1000000 11110011 101010 11010

Color Harmonies of #29265D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29265D

Black with #29265D

Text Example


Text Example

White with #29265D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29265D; }

 p { color: rgb(41,38,93); }

 H1.HeaderClassName
 {
   color: #29265D;
 }
 .AnyTagClassName
 {
   color: #29265D;
 }
</style>

background-color css

<style>
 a { background-color: #29265D; }

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

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

border-color css

<style>
 span { border-color: #29265D; }

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

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