Html Css Color HEX #29235A Paua

📋 copy color: '#29235A'

red 41 ◦ green 35 ◦ blue 90

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

Shades of Paua #29235A

Tints of Paua #29235A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.08%

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

R = 24.7%
G = 21.08%
B = 54.22%

CMYK

 C value IS 0.54

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#29235A (or 0x29235A) is known color: Paua. HEX triplet: 29, 23 and 5A. RGB value is (41,35,90). Sum of RGB (Red+Green+Blue) = 41+35+90=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 35 (14.06% from 255 or 21.08% from 166); Blue value is 90 (35.55% from 255 or 54.22% from 166); Max value from RGB is 90 - color contains mainly: blue. Hex color #29235A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29235A is #D6DCA5. Grayscale: #2A2A2A. Windows color (decimal): -14081190 or 5907241. OLE color: 5907241.

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

Color convert

RGB 41 35 90 -
CMYK 0.54 0.61 0 0.65
HSL 246.55º 0.44% 0.25% -
HSV(B) 246.55º 0.61% 0.35% -
XYZ 3.36 2.41 9.96 -
YUV 43.06 154.49 126.53 -
System Red Green Blue C M Y K H S L
Decimal 41 35 90 0.54 0.61 0 0.65 246.55 0.44 0.25
Hex 29 23 5A 36 3D 0 41 F7 2C 19
Octal 51 43 132 66 75 0 101 367 54 31
Binary 101001 100011 1011010 110110 111101 0 1000001 11110111 101100 11001

Color Harmonies of #29235A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29235A

Black with #29235A

Text Example


Text Example

White with #29235A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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