Html Css Color HEX #292250 Paua

📋 copy color: '#292250'

red 41 ◦ green 34 ◦ blue 80

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

Shades of Paua #292250

Tints of Paua #292250

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.94%

 BLUE value IS 80 (31.64% from 255) = 51.61%

R = 26.45%
G = 21.94%
B = 51.61%

CMYK

 C value IS 0.49

 M value IS 0.58

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#292250 (or 0x292250) is known color: Paua. HEX triplet: 29, 22 and 50. RGB value is (41,34,80). Sum of RGB (Red+Green+Blue) = 41+34+80=155 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.45% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 80 (31.64% from 255 or 51.61% from 155); Max value from RGB is 80 - color contains mainly: blue. Hex color #292250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292250 is #D6DDAF. Grayscale: #292929. Windows color (decimal): -14081456 or 5251625. OLE color: 5251625.

HSL color Cylindrical-coordinate representation of color #292250: hue angle of 249.13º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #292250 is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 34 80 -
CMYK 0.49 0.58 0 0.69
HSL 249.13º 0.4% 0.22% -
HSV(B) 249.13º 0.58% 0.31% -
XYZ 2.93 2.19 7.86 -
YUV 41.34 149.82 127.76 -
System Red Green Blue C M Y K H S L
Decimal 41 34 80 0.49 0.58 0 0.69 249.13 0.4 0.22
Hex 29 22 50 31 3A 0 45 F9 28 16
Octal 51 42 120 61 72 0 105 371 50 26
Binary 101001 100010 1010000 110001 111010 0 1000101 11111001 101000 10110

Color Harmonies of #292250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292250

Black with #292250

Text Example


Text Example

White with #292250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292250; }

 p { color: rgb(41,34,80); }

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

background-color css

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

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

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

border-color css

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

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

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