Html Css Color HEX #292559 Paua

📋 copy color: '#292559'

red 41 ◦ green 37 ◦ blue 89

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

Shades of Paua #292559

Tints of Paua #292559

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.16%

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

R = 24.55%
G = 22.16%
B = 53.29%

CMYK

 C value IS 0.54

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#292559 (or 0x292559) is known color: Paua. HEX triplet: 29, 25 and 59. RGB value is (41,37,89). Sum of RGB (Red+Green+Blue) = 41+37+89=167 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.55% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 89 (35.16% from 255 or 53.29% from 167); Max value from RGB is 89 - color contains mainly: blue. Hex color #292559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292559 is #D6DAA6. Grayscale: #2B2B2B. Windows color (decimal): -14080679 or 5842217. OLE color: 5842217.

HSL color Cylindrical-coordinate representation of color #292559: hue angle of 244.62º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #292559 is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 37 89 -
CMYK 0.54 0.58 0 0.65
HSL 244.62º 0.41% 0.25% -
HSV(B) 244.62º 0.58% 0.35% -
XYZ 3.38 2.52 9.76 -
YUV 44.12 153.33 125.77 -
System Red Green Blue C M Y K H S L
Decimal 41 37 89 0.54 0.58 0 0.65 244.62 0.41 0.25
Hex 29 25 59 36 3A 0 41 F5 29 19
Octal 51 45 131 66 72 0 101 365 51 31
Binary 101001 100101 1011001 110110 111010 0 1000001 11110101 101001 11001

Color Harmonies of #292559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292559

Black with #292559

Text Example


Text Example

White with #292559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292559; }

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

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

background-color css

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

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

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

border-color css

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

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

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