#201451

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

Shades of Paua #201451

Tints of Paua #201451

Color information

#201451 (or 0x201451) is unknown color: approx Paua. HEX triplet: 20, 14 and 51. RGB value is (32,20,81). Sum of RGB (Red+Green+Blue) = 32+20+81=133 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.06% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 81 (32.03% from 255 or 60.90% from 133); Max value from RGB is 81 - color contains mainly: blue. Hex color #201451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201451 is #DFEBAE. Grayscale: #1E1E1E. Windows color (decimal): -14674863 or 5313568. OLE color: 5313568.

HSL color Cylindrical-coordinate representation of color #201451: hue angle of 251.8º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #201451 is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB322081-
CMYK0.600.7500.68
HSL251.8º60.4%19.8%-
HSV(B)251.8º75.31%31.76%-
XYZ2.331.47.93-
YUV30.54156.48129.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.06%
GREEN value IS 20 (8.20% from 255) = 15.04%
BLUE value IS 81 (32.03% from 255) = 60.90%
R=24.06%
G=15.04%
B=60.90%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3220810.600.7500.68251.860.419.8
Hex2014513C4B044fc3c14
Octal40241217411301043747424
Binary1000001010010100011111001001011010001001111110011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201451; }

 p { color: rgb(32,20,81); }

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

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

 a { background-color: rgb(32,20,81); }

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

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

 span { border-color: rgb(32,20,81); }

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