Html Css Color HEX #29295C Paua

📋 copy color: '#29295C'

red 41 ◦ green 41 ◦ blue 92

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

Shades of Paua #29295C

Tints of Paua #29295C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 52.87%

R = 23.56%
G = 23.56%
B = 52.87%

CMYK

 C value IS 0.55

 M value IS 0.55

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#29295C (or 0x29295C) is known color: Paua. HEX triplet: 29, 29 and 5C. RGB value is (41,41,92). Sum of RGB (Red+Green+Blue) = 41+41+92=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 92 (36.33% from 255 or 52.87% from 174); Max value from RGB is 92 - color contains mainly: blue. Hex color #29295C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29295C is #D6D6A3. Grayscale: #2E2E2E. Windows color (decimal): -14079652 or 6039849. OLE color: 6039849.

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

Color convert

RGB 41 41 92 -
CMYK 0.55 0.55 0 0.64
HSL 240º 0.38% 0.26% -
HSV(B) 240º 0.55% 0.36% -
XYZ 3.64 2.83 10.48 -
YUV 46.81 153.5 123.85 -
System Red Green Blue C M Y K H S L
Decimal 41 41 92 0.55 0.55 0 0.64 240 0.38 0.26
Hex 29 29 5C 37 37 0 40 F0 26 1A
Octal 51 51 134 67 67 0 100 360 46 32
Binary 101001 101001 1011100 110111 110111 0 1000000 11110000 100110 11010

Color Harmonies of #29295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29295C

Black with #29295C

Text Example


Text Example

White with #29295C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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