#28214E

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

Shades of Paua #28214E

Tints of Paua #28214E

Color information

#28214E (or 0x28214E) is unknown color: approx Paua. HEX triplet: 28, 21 and 4E. RGB value is (40,33,78). Sum of RGB (Red+Green+Blue) = 40+33+78=151 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.49% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 78 (30.86% from 255 or 51.66% from 151); Max value from RGB is 78 - color contains mainly: blue. Hex color #28214E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28214E is #D7DEB1. Grayscale: #282828. Windows color (decimal): -14147250 or 5120296. OLE color: 5120296.

HSL color Cylindrical-coordinate representation of color #28214E: hue angle of 249.33º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #28214E is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB403378-
CMYK0.490.5800.69
HSL249.33º40.54%21.76%-
HSV(B)249.33º57.69%30.59%-
XYZ2.792.097.46-
YUV40.22149.32127.84-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.49%
GREEN value IS 33 (13.28% from 255) = 21.85%
BLUE value IS 78 (30.86% from 255) = 51.66%
R=26.49%
G=21.85%
B=51.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4033780.490.5800.69249.3340.5421.76
Hex28214E313A045f92916
Octal5041116617201053715126
Binary1010001000011001110110001111010010001011111100110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28214E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28214E; }

 p { color: rgb(40,33,78); }

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

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

 a { background-color: rgb(40,33,78); }

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

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

 span { border-color: rgb(40,33,78); }

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