Html Css Color HEX #291C58 Paua

📋 copy color: '#291C58'

red 41 ◦ green 28 ◦ blue 88

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

Shades of Paua #291C58

Tints of Paua #291C58

RGB

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

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

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

R = 26.11%
G = 17.83%
B = 56.05%

CMYK

 C value IS 0.53

 M value IS 0.68

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#291C58 (or 0x291C58) is known color: Paua. HEX triplet: 29, 1C and 58. RGB value is (41,28,88). Sum of RGB (Red+Green+Blue) = 41+28+88=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 28 (11.33% from 255 or 17.83% from 157); Blue value is 88 (34.77% from 255 or 56.05% from 157); Max value from RGB is 88 - color contains mainly: blue. Hex color #291C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291C58 is #D6E3A7. Grayscale: #262626. Windows color (decimal): -14082984 or 5774377. OLE color: 5774377.

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

Color convert

RGB 41 28 88 -
CMYK 0.53 0.68 0 0.65
HSL 253º 0.52% 0.23% -
HSV(B) 253º 0.68% 0.35% -
XYZ 3.09 2.01 9.46 -
YUV 38.73 155.81 129.62 -
System Red Green Blue C M Y K H S L
Decimal 41 28 88 0.53 0.68 0 0.65 253 0.52 0.23
Hex 29 1C 58 35 44 0 41 FD 34 17
Octal 51 34 130 65 104 0 101 375 64 27
Binary 101001 11100 1011000 110101 1000100 0 1000001 11111101 110100 10111

Color Harmonies of #291C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291C58

Black with #291C58

Text Example


Text Example

White with #291C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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