Html Css Color HEX #291C53 Paua

📋 copy color: '#291C53'

red 41 ◦ green 28 ◦ blue 83

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

Shades of Paua #291C53

Tints of Paua #291C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 54.61%

R = 26.97%
G = 18.42%
B = 54.61%

CMYK

 C value IS 0.51

 M value IS 0.66

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#291C53 (or 0x291C53) is known color: Paua. HEX triplet: 29, 1C and 53. RGB value is (41,28,83). Sum of RGB (Red+Green+Blue) = 41+28+83=152 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.97% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 83 (32.81% from 255 or 54.61% from 152); Max value from RGB is 83 - color contains mainly: blue. Hex color #291C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291C53 is #D6E3AC. Grayscale: #252525. Windows color (decimal): -14082989 or 5446697. OLE color: 5446697.

HSL color Cylindrical-coordinate representation of color #291C53: hue angle of 254.18º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #291C53 is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 28 83 -
CMYK 0.51 0.66 0 0.67
HSL 254.18º 0.5% 0.22% -
HSV(B) 254.18º 0.66% 0.33% -
XYZ 2.89 1.93 8.4 -
YUV 38.16 153.31 130.03 -
System Red Green Blue C M Y K H S L
Decimal 41 28 83 0.51 0.66 0 0.67 254.18 0.5 0.22
Hex 29 1C 53 33 42 0 43 FE 32 16
Octal 51 34 123 63 102 0 103 376 62 26
Binary 101001 11100 1010011 110011 1000010 0 1000011 11111110 110010 10110

Color Harmonies of #291C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291C53

Black with #291C53

Text Example


Text Example

White with #291C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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