Html Css Color HEX #291D58 Paua

📋 copy color: '#291D58'

red 41 ◦ green 29 ◦ blue 88

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

Shades of Paua #291D58

Tints of Paua #291D58

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.35%

 BLUE value IS 88 (34.77% from 255) = 55.7%

R = 25.95%
G = 18.35%
B = 55.7%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#291D58 (or 0x291D58) is known color: Paua. HEX triplet: 29, 1D and 58. RGB value is (41,29,88). Sum of RGB (Red+Green+Blue) = 41+29+88=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 29 (11.72% from 255 or 18.35% from 158); Blue value is 88 (34.77% from 255 or 55.70% from 158); Max value from RGB is 88 - color contains mainly: blue. Hex color #291D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291D58 is #D6E2A7. Grayscale: #272727. Windows color (decimal): -14082728 or 5774633. OLE color: 5774633.

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

Color convert

RGB 41 29 88 -
CMYK 0.53 0.67 0 0.65
HSL 252.2º 0.5% 0.23% -
HSV(B) 252.2º 0.67% 0.35% -
XYZ 3.12 2.05 9.46 -
YUV 39.31 155.48 129.2 -
System Red Green Blue C M Y K H S L
Decimal 41 29 88 0.53 0.67 0 0.65 252.2 0.5 0.23
Hex 29 1D 58 35 43 0 41 FC 32 17
Octal 51 35 130 65 103 0 101 374 62 27
Binary 101001 11101 1011000 110101 1000011 0 1000001 11111100 110010 10111

Color Harmonies of #291D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291D58

Black with #291D58

Text Example


Text Example

White with #291D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,29,88); }

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

background-color css

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

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

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

border-color css

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

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

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