#28215A

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

Shades of Paua #28215A

Tints of Paua #28215A

Color information

#28215A (or 0x28215A) is unknown color: approx Paua. HEX triplet: 28, 21 and 5A. RGB value is (40,33,90). Sum of RGB (Red+Green+Blue) = 40+33+90=163 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.54% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 90 (35.55% from 255 or 55.21% from 163); Max value from RGB is 90 - color contains mainly: blue. Hex color #28215A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28215A is #D7DEA5. Grayscale: #292929. Windows color (decimal): -14147238 or 5906728. OLE color: 5906728.

HSL color Cylindrical-coordinate representation of color #28215A: hue angle of 247.37º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #28215A is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB403390-
CMYK0.560.6300.65
HSL247.37º46.34%24.12%-
HSV(B)247.37º63.33%35.29%-
XYZ3.262.289.94-
YUV41.59155.32126.87-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.54%
GREEN value IS 33 (13.28% from 255) = 20.25%
BLUE value IS 90 (35.55% from 255) = 55.21%
R=24.54%
G=20.25%
B=55.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4033900.560.6300.65247.3746.3424.12
Hex28215A383F041f72e18
Octal5041132707701013675630
Binary1010001000011011010111000111111010000011111011110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28215A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28215A; }

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

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

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

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

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

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

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

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