#281A59

Color #281A59 Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #281A59

Tints of Paua #281A59

Color information

#281A59 (or 0x281A59) is unknown color: approx Paua. HEX triplet: 28, 1A and 59. RGB value is (40,26,89). Sum of RGB (Red+Green+Blue) = 40+26+89=155 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.81% from 155); Green value is 26 (10.55% from 255 or 16.77% from 155); Blue value is 89 (35.16% from 255 or 57.42% from 155); Max value from RGB is 89 - color contains mainly: blue. Hex color #281A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281A59 is #D7E5A6. Grayscale: #252525. Windows color (decimal): -14149031 or 5839400. OLE color: 5839400.

HSL color Cylindrical-coordinate representation of color #281A59: hue angle of 253.33º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #281A59 is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB402689-
CMYK0.550.7100.65
HSL253.33º54.78%22.55%-
HSV(B)253.33º70.79%34.9%-
XYZ3.051.919.66-
YUV37.37157.14129.88-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.81%
GREEN value IS 26 (10.55% from 255) = 16.77%
BLUE value IS 89 (35.16% from 255) = 57.42%
R=25.81%
G=16.77%
B=57.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4026890.550.7100.65253.3354.7822.55
Hex281A593747041fd3717
Octal50321316710701013756727
Binary1010001101010110011101111000111010000011111110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281A59; }

 p { color: rgb(40,26,89); }

 H1.HeaderClassName
 {
   color: #281A59;
 }
 .AnyTagClassName
 {
   color: #281A59;
 }
</style>
background-color css

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

 a { background-color: rgb(40,26,89); }

 div.DivClassName
 {
   background-color: #281A59;
 }
 .BgClassName
 {
   background-color: #281A59;
 }
</style>
border-color css

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

 span { border-color: rgb(40,26,89); }

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