Html Css Color HEX #291C59 Paua

📋 copy color: '#291C59'

red 41 ◦ green 28 ◦ blue 89

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

Shades of Paua #291C59

Tints of Paua #291C59

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.72%

 BLUE value IS 89 (35.16% from 255) = 56.33%

R = 25.95%
G = 17.72%
B = 56.33%

CMYK

 C value IS 0.54

 M value IS 0.69

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#291C59 (or 0x291C59) is known color: Paua. HEX triplet: 29, 1C and 59. RGB value is (41,28,89). Sum of RGB (Red+Green+Blue) = 41+28+89=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 28 (11.33% from 255 or 17.72% from 158); Blue value is 89 (35.16% from 255 or 56.33% from 158); Max value from RGB is 89 - color contains mainly: blue. Hex color #291C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291C59 is #D6E3A6. Grayscale: #262626. Windows color (decimal): -14082983 or 5839913. OLE color: 5839913.

HSL color Cylindrical-coordinate representation of color #291C59: hue angle of 252.79º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #291C59 is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 28 89 -
CMYK 0.54 0.69 0 0.65
HSL 252.79º 0.52% 0.23% -
HSV(B) 252.79º 0.69% 0.35% -
XYZ 3.13 2.02 9.68 -
YUV 38.84 156.31 129.54 -
System Red Green Blue C M Y K H S L
Decimal 41 28 89 0.54 0.69 0 0.65 252.79 0.52 0.23
Hex 29 1C 59 36 45 0 41 FD 34 17
Octal 51 34 131 66 105 0 101 375 64 27
Binary 101001 11100 1011001 110110 1000101 0 1000001 11111101 110100 10111

Color Harmonies of #291C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291C59

Black with #291C59

Text Example


Text Example

White with #291C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291C59; }

 p { color: rgb(41,28,89); }

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

background-color css

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

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

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

border-color css

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

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

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