#281B58

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

Shades of Paua #281B58

Tints of Paua #281B58

Color information

#281B58 (or 0x281B58) is unknown color: approx Paua. HEX triplet: 28, 1B and 58. RGB value is (40,27,88). Sum of RGB (Red+Green+Blue) = 40+27+88=155 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.81% from 155); Green value is 27 (10.94% from 255 or 17.42% from 155); Blue value is 88 (34.77% from 255 or 56.77% from 155); Max value from RGB is 88 - color contains mainly: blue. Hex color #281B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281B58 is #D7E4A7. Grayscale: #252525. Windows color (decimal): -14148776 or 5774120. OLE color: 5774120.

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

Color convert

RGB402788-
CMYK0.550.6900.65
HSL252.79º53.04%22.55%-
HSV(B)252.79º69.32%34.51%-
XYZ3.031.949.45-
YUV37.84156.31129.54-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.81%
GREEN value IS 27 (10.94% from 255) = 17.42%
BLUE value IS 88 (34.77% from 255) = 56.77%
R=25.81%
G=17.42%
B=56.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4027880.550.6900.65252.7953.0422.55
Hex281B583745041fd3517
Octal50331306710501013756527
Binary1010001101110110001101111000101010000011111110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,27,88); }

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

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

 a { background-color: rgb(40,27,88); }

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

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

 span { border-color: rgb(40,27,88); }

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