Html Css Color HEX #29255A Paua

📋 copy color: '#29255A'

red 41 ◦ green 37 ◦ blue 90

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

Shades of Paua #29255A

Tints of Paua #29255A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.02%

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

R = 24.4%
G = 22.02%
B = 53.57%

CMYK

 C value IS 0.54

 M value IS 0.59

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#29255A (or 0x29255A) is known color: Paua. HEX triplet: 29, 25 and 5A. RGB value is (41,37,90). Sum of RGB (Red+Green+Blue) = 41+37+90=168 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.40% from 168); Green value is 37 (14.84% from 255 or 22.02% from 168); Blue value is 90 (35.55% from 255 or 53.57% from 168); Max value from RGB is 90 - color contains mainly: blue. Hex color #29255A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29255A is #D6DAA5. Grayscale: #2C2C2C. Windows color (decimal): -14080678 or 5907753. OLE color: 5907753.

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

Color convert

RGB 41 37 90 -
CMYK 0.54 0.59 0 0.65
HSL 244.53º 0.42% 0.25% -
HSV(B) 244.53º 0.59% 0.35% -
XYZ 3.42 2.53 9.98 -
YUV 44.24 153.83 125.69 -
System Red Green Blue C M Y K H S L
Decimal 41 37 90 0.54 0.59 0 0.65 244.53 0.42 0.25
Hex 29 25 5A 36 3B 0 41 F5 2A 19
Octal 51 45 132 66 73 0 101 365 52 31
Binary 101001 100101 1011010 110110 111011 0 1000001 11110101 101010 11001

Color Harmonies of #29255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29255A

Black with #29255A

Text Example


Text Example

White with #29255A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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