Html Css Color HEX #292655 Paua

📋 copy color: '#292655'

red 41 ◦ green 38 ◦ blue 85

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

Shades of Paua #292655

Tints of Paua #292655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 51.83%

R = 25%
G = 23.17%
B = 51.83%

CMYK

 C value IS 0.52

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#292655 (or 0x292655) is known color: Paua. HEX triplet: 29, 26 and 55. RGB value is (41,38,85). Sum of RGB (Red+Green+Blue) = 41+38+85=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 38 (15.23% from 255 or 23.17% from 164); Blue value is 85 (33.59% from 255 or 51.83% from 164); Max value from RGB is 85 - color contains mainly: blue. Hex color #292655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292655 is #D6D9AA. Grayscale: #2C2C2C. Windows color (decimal): -14080427 or 5580329. OLE color: 5580329.

HSL color Cylindrical-coordinate representation of color #292655: hue angle of 243.83º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #292655 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 38 85 -
CMYK 0.52 0.55 0 0.67
HSL 243.83º 0.38% 0.24% -
HSV(B) 243.83º 0.55% 0.33% -
XYZ 3.25 2.51 8.91 -
YUV 44.26 150.99 125.68 -
System Red Green Blue C M Y K H S L
Decimal 41 38 85 0.52 0.55 0 0.67 243.83 0.38 0.24
Hex 29 26 55 34 37 0 43 F4 26 18
Octal 51 46 125 64 67 0 103 364 46 30
Binary 101001 100110 1010101 110100 110111 0 1000011 11110100 100110 11000

Color Harmonies of #292655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292655

Black with #292655

Text Example


Text Example

White with #292655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292655; }

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

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

background-color css

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

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

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

border-color css

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

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

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